https://github.com/nhsdigital/record-a-vaccination-guidance
Guidance for the record a vaccination pilot
https://github.com/nhsdigital/record-a-vaccination-guidance
Last synced: 10 months ago
JSON representation
Guidance for the record a vaccination pilot
- Host: GitHub
- URL: https://github.com/nhsdigital/record-a-vaccination-guidance
- Owner: NHSDigital
- Created: 2024-04-27T21:37:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-29T12:56:34.000Z (10 months ago)
- Last Synced: 2025-09-29T14:43:51.245Z (10 months ago)
- Language: Nunjucks
- Homepage: https://guide.ravs.england.nhs.uk/
- Size: 11.5 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This website hosts the guidance and contact information for Record a vaccination.
The website can be found at [guide.ravs.england.nhs.uk](https://guide.ravs.england.nhs.uk).
All the content lives within the [app/](./app) folder as Markdown files.
The website is built using the [Eleventy](https://www.11ty.dev) static site generator, and hosted using [GitHub Pages](https://pages.github.com).
## Running the site locally
First install [Node.js](https://nodejs.org/en).
Then install the dependencies by running this command:
```bash
npm install
```
You can then run the site locally by running:
```bash
npm start
```
## Building the static site
The static site is built using this command:
```bash
npm run build
```
The [`deploy.yml`](./.github/workflows/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.