- Fork the repo
- Clone your fork
- Create a branch
- Run
yarn
- Run
yarn start
- Make your changes and try to make the tests pass.
- Commit with
git add
andgit commit
- Push your changes to your fork with
git push
- Create a pull request.
- Iterate on the solution.
- Get merged