This repository hosts our work-in-progress website. It is built using Astro and TypeScript, with a theme inspired by Spectre by Louis Escher.
Node.js must be installed.
To view the site during development with automatic reload:
npm run dev
To build the site:
npm run build
The output will be in dist.
To preview the site after building:
npm run preview
All files in src/content are licensed under CC BY-SA 4.0. Everything else is licensed under GNU GPL 3.0.