Skip to content

nagu165/ChessNChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

To run the game locally :

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

Thank you for trying the game! :)