Skip to main content

Contributing

Contributions are welcome - fork, branch, and open a Pull Request.

Development Setup

Commands
yarn install # install dependencies
yarn build # build the library
yarn test # run tests
yarn lint # run linting
yarn prepublishOnly # full validation

Before opening a PR, please make sure yarn test, yarn lint and yarn build all pass.