Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 612 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (15 loc) · 612 Bytes

Developing

Install Node.js version aligned with .nvmrc

nvm install

npm install

npm run build-css

npm run watch

Open `test/test.html` locally in your browser.

Testing

Lastly, run the test command from the console:

npm test

Deploying

Follow this deploy process after all changes for the release are merged into main. You will copy and paste this checklist in the comment of the release pull request.

Release checklist

Using github actions, create a bump version PR, update the changelog in that PR. Merge it to main and the rest will be done using Github actions.