Skip to content

Latest commit

 

History

History
executable file
·
40 lines (27 loc) · 943 Bytes

README.md

File metadata and controls

executable file
·
40 lines (27 loc) · 943 Bytes

Overseas Healthcare (OHS) Prototype - NHSBSA

About the prototype

This is the latest versions of the OHS prototype.

To see the archived versions of the prototype visit OH-Prototype

This prototype is an adapted version of the GOV.UK prototype kit. It provides a simple way to make interactive prototypes which can be used to show ideas to people you work with, and to do user research.

Design guidance

Follow further advice from GOV.UK https://www.gov.uk/service-manual/design

Installation instructions

To install the prototype and run locally.

First clone the repo (HTTPS / SSH)

git clone https://github.com/nhsbsa/ohs-prototype.git
git clone git@github.com:nhsbsa/ohs-prototype.git

Once the repo is cloned, cd to the root of the prototype in terminal and run

npm i

When all dependencies are installed you can start the prototype

npm start

OR

gulp