The W3C WebDX Community Group website, built with Eleventy.
Live site: https://web-platform-dx.github.io
Requires Node.js 18+.
npm install
npm run devThis starts a local server with live reload.
To produce a production build:
npm run buildThe output is written to _site/.
Pushes to main automatically build and deploy the site to GitHub Pages via the workflow in .github/workflows/deploy.yml.