A template for starting a docs-as-code static site. This uses eleventy as the site generator, with the x-govuk Eleventy plugin, and Home Office branding.
You will need the latest LTS Node.js version installed, currently Node v22.
- Create a new repository from this template
- Go through the setup checklist and update site specific configuration options
- run
npm install
in the root of the project - run
npm run serve
to start a webserver serving the site to localhost, which will automatically refresh on changes