Don't say 10, the game
Rules:
- You can add 1, 2, or 3 to the total every turn
- Whoever says 10 (or above) first loses, ie don't say 10
yarn installfor dependencies- make
.envat the top level and populate withDATABASE_URL=URL_HEREwhereURL_HEREis the url of the prisma postgres DB connection (see youtu.be/aim8Mk-ETK0?t=689) yarn devto run locally
- Nextjs
- websockets
- Prisma (ORM)
JWT?(Too lazy keke)
Websockets don't work too well with nextjs even with SSR - it's recommended to run a separate express server and let next do the static site generating (this also applies to local dev although u can restart the server to apply websocket changes)
As such this cannot work on vercel even if environment variables are added

