This is the source code for our website, built with staticjinja and a couple of custom build scripts.
This repo is configured for the just command runner. To install dependencies and build the site to /build
, run:
just install build
To start a development server, run:
just serve