Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

A prototype for capturing digital consent for vaccinations

Notifications You must be signed in to change notification settings

nhsuk/consent-for-vaccinations-prototype

Repository files navigation

Give or refuse consent for vaccinations prototype

Important

This repository was used for prototyping the pilot service and is no longer being updated. The prototype for the beta service can be found in a separate repo.

A prototype for capturing digital consent for children’s vaccinations. Built using the NHS.UK Prototype Rig.

View the prototype:

https://consent-prototype.herokuapp.com

Requirements

Node.js v20

Installation

  1. Clone this repository

  2. Install the dependencies:
    npm install

  3. Start the application:
    npm run dev