Architecture service manual is currently under review, information here is for reference only and should not be relied upon
https://architecture-service-manual.azurewebsites.net/
A preview site for upcoming changes is here: https://architecture-service-manual-staging.azurewebsites.net
Install the long-term support (LTS) version of Node.js, which includes NPM.
Clone the repo:
git clone https://github.com/NHSDigital/governance
Change to the project directory:
cd nhsd-governance
Install the required npm packages:
npm install
Run the project in development mode:
npm run watch
View in browser http://localhost:3000.