To contribute to the project, please follow the following steps
- Fork the repo
- Make a branch for your change
- Run
npm install
- Run
npm start
- Make your changes
- Test your changes
- Run
git add -A
to add your changes (please don't add any changes to thedist
directory) - Run
npm run commit
(Do not usegit commit
) - follow the prompts to create your git message - Push your changes with
git push
- Create the Pull Request