Contributing
April 4, 2026 ยท View on GitHub
Ensure you have the version of nodejs specified in the .node-version file
Install the dependencies
npm install
Run the following command to run build, format, lint, package and test. Ensure to run this before raising a PR.
npm run all