This repo serves as the backend for the Developer Circles Eldoret Community website.
- Fork the project by clicking the fork button above
- Clone the project by opening your terminal and running:
git clone https://github.com/DevCEldoret/devceldoret-backend.git
cd
into the newly created directory then run
yarn
- Finally, run:
yarn start
- For testing, run:
yarn test
Be sure to go through the contribution guidelines.