##Setup
- Install yarn
$ npm install -g yarn - Install packages
$ yarn install- Run Server in development mode
$ yarn start
Note: Please make sure you have nodejs installed on your machine.
How can you contribute?
- Create a new branch
$ git checkout -b feature/<your-feature-name>- Commit your changes and push it on github
$ git commit -am "<what changes you have made" && git push origin feature/<your-feature-name> - Create a PR, and get it reviewed, that's it.
Note: Master is our holy grail, never push anything to master