To contribute to the project, please follow these steps:
- Get approval for the idea by filing an issue and talking with me about the changes
- Fork the repo
- Make a branch for your change
- Run
npm use
- Run
npm install
- Run
npm run typings
- Run
npm start
- Make your changes
- Run
git add -A
to add your changes - Push your changes with
git push
- Create the Pull Request
- Get merged and celebrate 🎉 🎊!