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

design-history/prototype

Repository files navigation

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