This website hosts the guidance and contact information for Record a vaccination.
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.
First install Node.js.
Then install the dependencies by running this command:
npm installYou can then run the site locally by running:
npm startThe static site is built using this command:
npm run buildThe 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.