Website for the Semantic Line Breaks specification.
- Node.js
>=22.12.0 - npm
npm installnpm run devStarts the local Astro dev server at http://localhost:4321.
npm run build
npm run previewnpm run build writes the production site to dist/.
npm run preview serves that build locally.
npm run preview:worker
npm run deploynpm run preview:worker builds the site and serves it locally with Wrangler.
npm run deploy builds the site and deploys it to Cloudflare Workers.