Pug templates compiled to static HTML by a small Bun + TypeScript script.
bun install
bun run build # one-shot compile → ./site/bun run devServes ./site/ on http://localhost:8080/, rebuilds and live-reloads on changes.
Template locals live in ./site/api/sp-config.json.
Access them in Pug as #{contributors}, etc.
Auto-deploys on push with Coolify
See DEPLOY.md for the broader release steps.