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.
cp .env.example .env # fill in FTP_PASSWORD
bun run deploy # builds + SFTP uploads ./site/See DEPLOY.md for the broader release steps.