Developing & Contribution
Development of this extension is done with the following tools:
- Node v22.x
- NPM v10.9.x
- Sonatype React Shared Components v14.x
All other dependencies are defined in our package.json
.
Testing
We use jest
for testing. To run tests simply run:
npm run jest
Documentation
To update the documentation (this site), you need to have:
Then run:
bundle install
jekyll serve # This will generate the site and host it locally for you at http://localhost:4000