Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 639 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 639 Bytes

Setup

  1. Install yarn
$ npm install -g yarn
  1. Install packages
$ yarn install
  1. Run Server in development mode
$ yarn start

Note: Please make sure you have nodejs installed on your machine.

How can you contribute?

  1. Create a new branch
$ git checkout -b feature/<your-feature-name>
  1. Commit your changes and push it on github
$ git commit -am "<what changes you have made" && git push origin feature/<your-feature-name>
  1. Create a PR, and get it reviewed, that's it.

Note: Master is our holy grail, never push anything to master