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

Latest commit

 

History

History
21 lines (13 loc) · 444 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 444 Bytes

Design history prototype

A prototype, built using the GOV.UK Prototype Rig.

Requirements

Installation

  1. Clone this repository

  2. Use NVM to run the correct Node version:
    nvm use

  3. Install the dependencies:
    npm install

  4. Start the application:
    nvm use; npm start