News, resources, articles & templates about web development.
The wweb.dev website: a fully static Astro site with a few
interactive React islands (search + CSS generator tools). Content lives in
src/data/; there's no database or backend.
corepack enable && yarn install
yarn dev # http://localhost:4321yarn build # static build → dist/ (TZ=UTC)
yarn serve # node server.mjs (serves dist/ + security headers)
# or: docker compose up --buildProduction is
node server.mjs(Express: static files + security headers + a branded 404).
- CLAUDE.md — architecture & navigation cheat-sheet
- MIGRATION_REPORT.md — Next.js → Astro migration notes