To run the game locally :
- git clone into this repository.
- run 'npm install' in both the backend and chess-fe directory.
- go to the backend directory and start the backend using "npm run dev".
- go to the chess-fe directory and start the frontend using "npm run dev".
- hit the 'localhost:5173' on your browser and you will start to see the website frontend.
- on the frontend click on 'Play Now'.
- open another tab and repeat steps 3&4 (as the game is multiplayer you need two instances to play the game).
- the tab which clicks on 'play now' first will join the game as white and the other will be black.
- Enjoy the game!
Thank you for trying the game! :)