Skip to content

WoIfey/Blackjack

Repository files navigation

Blackjack

Try to build up a streak and submit your score to the leaderboard!

Setup

1 Clone the repository

git clone https://github.com/WoIfey/Blackjack.git
cd Blackjack

2 Install dependencies

pnpm install

3 Configure environment variables

Copy the env.example file and rename it to .env

4 Initialize the database

pnpm docker

5 Run database migrations

pnpm prisma

6 Start the development server

pnpm dev