Hi there, thanks for being willing to contribute!
- Fork and clone the repository
- Install dependencies via
npm install
- Create a new feature branch via
git checkout -b feature-branch-name
- Run
npm run test
to test the library and the example application - Run
npm run build
to build the library
- Add the files you want to push via
git add filename
, or add everything viagit add .
- Commit these changes locally and give it a proper description via
git commit -m "my changes here"
- Push these changes to your fork via
git push
- Create a new pull request