Important
This software is provided AS IS with no warranty or guarantee of support.
You will need Node.JS and PNPM installed to begin.
Clone the repository, then run pnpm install to resolve dependencies. Then, run
pnpm dev to launch test server.
GitHub Actions CI automatically builds to site, but to build manually run
pnpm build. Output files will be in /dist folder.
First build, then run pnpm preview to view the site locally. Use this for
performance testing whenever possible.