This repository is a plain static site (HTML + CSS). The repository contains a small build helper to produce a production-ready dist/ folder.
Commands
Install Node (>=14) and run:
node --version
npm run build # create dist/
npm run start # serve dist/ on http://localhost:8080 (uses npx http-server)Notes
- The
buildscript copies project files intodist/and performs minimal HTML/CSS whitespace minification. - You can publish
dist/to GitHub Pages or any static host.