Prototypes from the NHS Alpha project, from July 2015 to January 2016.
These prototypes have been built on an adapted GOV.UK prototyping kit..
They contain code from these GOV.UK resources:
You may already have it, try:
node --version
Your version needs to be at least v0.10.0.
If you don't have Node, download it here: http://nodejs.org/.
Install Node.js (see requirements)
git clone https://github.com/nhsalpha/nhs_prototype_kit.git
npm install
This will install folders containing programs described by the package.json
file to a folder called node_modules
.
node start.js
Go to localhost:3000 in your browser.