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

https://github.com/tyom/nhsuk-content-store-client

Prototype client-only content store interface
https://github.com/tyom/nhsuk-content-store-client

Last synced: over 1 year ago
JSON representation

Prototype client-only content store interface

Awesome Lists containing this project

README

          

# NHS.UK Content Store Client Prototype

## Instructions

Install dependencies:

```
npm install
```

Run the [Content Store backend](https://github.com/nhsuk/nhsuk-content-store) with the following settings in `local.py`:

```py
CORS_ORIGIN_WHITELIST = (
'localhost:8080',
)
CORS_ALLOW_CREDENTIALS = True
```

Run the app in development:

```
npm run dev
```