https://github.com/posixpascal/ygoarena
https://github.com/posixpascal/ygoarena
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/posixpascal/ygoarena
- Owner: posixpascal
- Created: 2023-04-07T09:00:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-07T15:25:53.000Z (about 2 years ago)
- Last Synced: 2025-03-09T00:39:52.735Z (4 months ago)
- Language: TypeScript
- Homepage: https://arena.ygobattle.city
- Size: 21.8 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YGO Arena
Install the dependencies using pnpm:
```shell
pnpm install
```Copy the provided .env.sample (no edit is needed)
Setup prisma db:
```
pnpm prisma migrate dev
pnpm prisma generate
```Start the next application:
```shell
pnpm run dev
```Visit http://localhost:3000 - you should see a random YuGiOh card.