- Clone this repo.
- Run
yarn installto install all dependencies. - Run
yarn start.
- Clone this repo.
- Run
yarn installto install all dependencies. - Create a new branch named
trello-id/feature. For example235x53/oauth-implementation - After you have made changes, make sure that
yarn lintandyarn builddoesn't throw any errors andyarn startworks as expected. - If
yarn lintthrows any errors you can autofix most of these errors by runningyarn lintFix. If errors persist even after this, then you have to manually fix these. You can use vscode to do so. Just hover over the error and vscode will show you a suggestion(ctrl + .also works on windows). - Now commit your changes and push to the above branch that you created and then raise a PR to master.
- You will need at least 2 approvals before your changes get merged into master.