https://github.com/nhsdigital/governance
Guidance on how to navigate governance in NHS Digital
https://github.com/nhsdigital/governance
Last synced: 9 months ago
JSON representation
Guidance on how to navigate governance in NHS Digital
- Host: GitHub
- URL: https://github.com/nhsdigital/governance
- Owner: NHSDigital
- License: mit
- Created: 2020-03-06T15:57:25.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T10:11:32.000Z (over 1 year ago)
- Last Synced: 2024-07-08T12:48:09.023Z (over 1 year ago)
- Language: Nunjucks
- Homepage:
- Size: 2.2 MB
- Stars: 1
- Watchers: 8
- Forks: 6
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Architecture service manual is currently under review, information here is for reference only and should not be relied upon
# Architecture service manual
https://architecture-service-manual.azurewebsites.net/
A preview site for upcoming changes is here:
https://architecture-service-manual-staging.azurewebsites.net
## Prerequisite
Install the long-term support (LTS) version of Node.js, which includes NPM.
## Running the application
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.