Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 581 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (16 loc) · 581 Bytes

Contributing

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.

Using this repo

After cloning this repo, you can use the following commands to build and run tests:

  1. Install NPM dependencies
    npm ci
  2. Build the project
    npm run build
  3. Run tests
    npm test