If you want to add a feature or Bugfix, please create an issue first
You can then create a Merge Request referencing the issue. Keep changes simple and don't try to do thousand things at once ;)
Fork and clone the repository, then
- run
yarn installto set up dependencies - run
yarn buildto compile typescript files to javascript - go into the examples directory, run
yarn install, thenyarn test
We currently do not have commit convention enforcements in place, but would prefer to stick to conventional commits