You can contribute by fixing bugs or grammar.
- Fork this repository to your own GitHub account and then clone it to your local device.
- Create a new branch
git checkout -b MY_BRANCH_NAME - Install yarn:
npm install -g yarn - Install the dependencies:
yarn - Run
yarn devto build and watch for code changes - Push your contribution to the branch you created
git push origin MY_BRANCH_NAME - Navigate to the original repository where you created your fork
- Click on
Compare and pull requestto view changes - Then click on
create pull request