We are happy to accept code contributions via Pull Requests. We ask that you raise any proposed changes to the user experience (parameters, outputs) via a GitHub issue before submitting a PR to ensure the product team is aligned, and reduce the risk of your PR being rejected.
After cloning this repo, you can use the following commands to build and run tests:
- Install NPM dependencies
npm ci
- Build the project
npm run build
- Run tests
npm test