Thanks for your interest in contributing!
Setup a local development environment (optionally/recommended, using only nix).
NOTE: to debug with vscode, run
CTRL+SHIFT-B
then pressF5
nix develop
npm i
npm start
Build the webpages (into the ./result
directory) with
nix build
Bump the version in package.json
and update CHANGELOG.md
.
A GitHub Action will build and (if on the default branch) deploy the website.