This website is in progress
To build, have pnpm installed and run
rm -rf ./build/ # only run if you have built the site before
pnpm install --frozen-lockfile # installs only the dev deps
pnpm build # builds the site
pnpm run start:prod # runs index.js in the build folder with node using the template.env file for environment variables