- Clone the repo
- change directory to frontend
- run
npm install
oryarn
, it will install all the dependencies
- run
- change directory to backend
- run
npm install
oryarn
, it will install all the dependencies
- run
- run
npm start
oryarn start
in both frontend and backend directory - open
http://localhost:5173
in your browser - start the game for player one
- open
http://localhost:5173
in another tab or browser - start the game for player two using join game and entering the room id
- play the game