Clone & CD into the directory:
git clone [email protected]:adxy/chesskhelo.in-be.git
cd chesskhelo.in-be
Make sure you have all the Environment Vars populated in .env
file by referencing .env.example
.
Install all the packages:
npm i
Run the development server:
npm run dev
Open http://localhost:(Port you defined in .env file) with your browser to see the result.
Chesskhelo is an option source projects and contributions are most welcomed!
See CONTRIBUTING.md for ways to get started.