This codebase uses the Astro web framework and is entirely static.
Install Podman, and ensure you have GNU Make (or similar).
Run make.
Run make all-release. The resulting artifacts will be written to ./dist/.
Yep! You'll just need to install Node.js and Yarn Berry, then run whatever combination of commands you need to get something done, like yarn install, yarn start, and yarn build.
A CLAUDE.md file is included.
To compile the LaTeX documents, you will need:
- a
makeutility (such as GNU make), - a LaTeX distribution that can support all the packages required,
latexmk, andpdf2svg.
On a fresh Ubuntu system, I used this to install most of these tools:
$ sudo apt-get install texlive-full latexmk pdf2svg
All original content is licensed under the Creative Commons Attribution-ShareAlike 4.0 International (CC-BY-SA-4.0) license.