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
- Host: GitHub
- URL: https://github.com/ukhomeoffice/core-cloud
- Owner: UKHomeOffice
- License: mit
- Created: 2023-06-29T10:06:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T11:33:17.000Z (6 months ago)
- Last Synced: 2025-04-10T12:53:13.230Z (6 months ago)
- Topics: cloud-platform
- Homepage: https://ukhomeoffice.github.io/core-cloud/
- Size: 615 KB
- Stars: 1
- Watchers: 8
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```