/prototype

Prototype for designhistory.io. Password is ‘history‘

Primary LanguageHTMLMIT LicenseMIT

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