Play online here.
Build a online chess game which allows visitors to play live chess against other visitors.
- User Authentication
- Player Rating
- Leader Board
- Clone this repository into your system.
git clone https://github.com/pesto-students/batch-6-chess-multiplayer.git
or
git clone git@github.com:pesto-students/batch-6-chess-multiplayer.git
- install required dependencies
yarn install yarn install:server yarn install:client
- run a mongo database locally.
- start server
cd server yarn start
- start client in another shell
cd client yarn start
In root folder run yarn test