The public site for Build198x, the 198x family's
build-tools pipeline. Astro, deployed to GitHub Pages by GitHub Actions on every
push to main.
npm install
npm run dev # http://localhost:4321
npm run build # -> dist/
npm run preview.github/workflows/pages.yml builds the site and publishes it with
actions/deploy-pages. The repo's Pages source must be set to GitHub
Actions (Settings → Pages). No branch juggling; dist/ is never committed.
Part of the 198x family. Design and house style mirror emu198x.github.io.