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

https://github.com/ukhomeoffice/core-cloud

SAS Core Cloud Documentation
https://github.com/ukhomeoffice/core-cloud

cloud-platform

Last synced: 5 months ago
JSON representation

SAS Core Cloud Documentation

Awesome Lists containing this project

README

          

# Core Cloud
SAS Core Cloud documentation site.

## Contributing to our documentation

### Prerequisites

* [Node.js >=v18](https://nodejs.org/en/download)

### Run the site locally

Documentation is in the `documentation` directory.

It makes up a static site built with Eleventy and the [XGOV-UK Eleventy Plugin](https://x-govuk.github.io/govuk-eleventy-plugin/).

To build and run the site locally:

```
cd documentation
npm install
npm run serve
```