[go: up one dir, main page]

Skip to content

co-cddo/ndx

Repository files navigation

National Digital Exchange (NDX) Website

CI CodeQL GitHub License GitHub deployments GitHub language count GitHub top language OpenSSF Scorecard OpenSSF Best Practices

⚠️ The project is currently in an alpha phase, contributions are very welcome.

Overview

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.

Technology Stack

Local Development

To run this website locally:

  1. Clone the repository
  2. Install dependencies:
    yarn install
    
  3. Run the development server:
    yarn start
    

Project Structure

  • src/: Source files for the website
  • _site/: Output directory for the built site (generated)
  • .eleventy.js: Eleventy configuration file
  • package.json: Project dependencies and scripts

Key Features

  • Discover section for news, events, and case studies
  • Catalog of cloud services
  • Access request system for cloud services
  • Cloud Maturity Model and Assessment Tool

Contributing

We welcome contributions to improve the NDX website. Please read our Contributing Guidelines for more details.

Content Management

Content is managed through Markdown files located in the src/ directory. The site uses Eleventy's collections to organize and display content.

Deployment

This website is automatically deployed to GitHub Pages when changes are merged to the main branch.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

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.