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.
Follow further advice from GOV.UK https://www.gov.uk/service-manual/design
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