Plain static one-page website (HTML/CSS/JS, no build step).
- Use it as a devcontainer.
- Preview locally:
npx serve .(or any static file server), then openhttp://localhost:3000. - Deployed automatically to GitHub Pages via .github/workflows/deploy-pages.yml on every push to
main.