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