Setup Backend from here: Chesskhelo Backend
Clone & CD into the directory:
git clone git@github.com:adxy/chesskhelo.in.git
cd chesskhelo.in
Make sure you have all the Environment Vars populated in .env
file by referencing .env.example
.
Install all the packages:
yarn
Run the development server:
yarn dev
Open http://localhost:{Port you defined in .env file}
with your browser to see the result.
Chesskhelo is an open source project and contributions are most welcome!
See CONTRIBUTING.md for ways to get started.