An open API service indexing awesome lists of open source software.

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

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.