- Authentication using Email and Password
- Single Player Game with local and online saves
- Multiplayer Game with viewing mode
- Rename
sample.env
files in bothclient
andserver
folders and set the environment variables inside. - Run
cd client && npm install
andcd server && npm install
- Run
cd server && npm run dev
- Rename
sample.env
files in bothclient
andserver
folders and set the environment variables inside. - Run
npm run client:build && npm run server:install
- Run
cd server && npm run dev