Skip to content

NHSDigital/record-a-vaccination-guidance

Repository files navigation

This website hosts the guidance and contact information for Record a vaccination during its beta.

The website can be found at guide.ravs.england.nhs.uk.

All the content lives within the app/ folder as Markdown files.

The website is built using the Eleventy static site generator, and hosted using GitHub Pages.

Running the site locally

First install Node.js.

Then install the dependencies by running this command:

npm install

You can then run the site locally by running:

npm start

Building the static site

The static site is built using this command:

npm run build

The deploy.yml file is used to build the site and deploy it to GitHub Pages every time a change is made and pushed to the main branch.