⚠️ The project is currently in an alpha phase, contributions are very welcome.
This repository contains the source code for the National Digital Exchange (NDX) website. The NDX website serves as an informational platform to describe the National Digital Exchange initiative, its goals, and provide updates to stakeholders and the public.
- Static Site Generator: Eleventy (11ty)
- CSS Framework: GOV.UK Frontend
- Package Manager: Yarn
To run this website locally:
- Clone the repository
- Install dependencies:
yarn install
- Run the development server:
yarn start
src/
: Source files for the website_site/
: Output directory for the built site (generated).eleventy.js
: Eleventy configuration filepackage.json
: Project dependencies and scripts
- Discover section for news, events, and case studies
- Catalog of cloud services
- Access request system for cloud services
- Cloud Maturity Model and Assessment Tool
We welcome contributions to improve the NDX website. Please read our Contributing Guidelines for more details.
Content is managed through Markdown files located in the src/
directory. The site uses Eleventy's collections to organize and display content.
This website is automatically deployed to GitHub Pages when changes are merged to the main branch.
This project is licensed under the MIT License. See the LICENSE file for details.
For website-related inquiries, please contact ndx@digital.cabinet-office.gov.uk.
For more information about the National Digital Exchange itself, please visit the About NDX section of this website.