Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 621 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (18 loc) · 621 Bytes

Contributing

Thanks for your interest in contributing!

local dev

Setup a local development environment (optionally/recommended, using only nix).

NOTE: to debug with vscode, run CTRL+SHIFT-B then press F5

nix develop
npm i
npm start

package

Build the webpages (into the ./result directory) with

nix build

release

Bump the version in package.json and update CHANGELOG.md.

A GitHub Action will build and (if on the default branch) deploy the website.