Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 580 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 580 Bytes

Chess

Project for Lambda

Steps to run the project

  • Clone the repo
  • change directory to frontend
    • run npm install or yarn, it will install all the dependencies
  • change directory to backend
    • run npm install or yarn, it will install all the dependencies
  • run npm start or yarn 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