Tic-tac-toe website made with Next.js. Uses Accounts to be able to play with friends over the internet.
- Install the dependencies
npm install
- Copy the
.env.example
file to.env
and fill in the required values - Push prisma schema to the database
prisma db push
- Start the server
npm run dev