- Fork and clone the repository.
- Run
npm install
. - Start the relevant example from
examples
and modify it accordingly to illustrate the change/feature you're working on. - Modify the package(s) source code located in
packages
, runnpm run build
to rebuild. - Commit your changes and push to your fork.
- Submit a pull request.
You're now set up to start contributing!