Carbon Website screenshot

Carbon Website

Updated: 22 May 2025
291 Stars

The website for the Carbon Design System.

Categories

Overview:

The Carbon Design System is a website built using the gatsby-theme-carbon with GatsbyJS. It provides guidelines and resources for developers to contribute, develop, and follow content and navigation guidelines on the website. The documentation also includes commands for installation and build processes.

Features:

  • Structured Content: Guidelines for maintaining structured content on the website.
  • Development Guidelines: Instructions for developers to contribute and develop on the website.
  • Navigation Guidelines: Guidelines for maintaining a coherent navigation system.
  • Installation Commands: Commands for installing dependencies and starting the development server.
  • Build Process: Information on the process to generate and place files in the public folder.

Installation:

To start developing with the Carbon Design System, follow these steps:

  1. Run yarn install to install dependencies.
  2. Use yarn dev to start the development server.
  3. If you encounter cache issues, use yarn dev:clean.
  4. Lint your JavaScript files using lint:js.
  5. Run format to execute Prettier.

For additional setup details, refer to the project’s wiki.

Summary:

The Carbon Design System website is a resource for developers using the gatsby-theme-carbon with GatsbyJS. It provides guidelines for maintaining structured content, development processes, navigation guidelines, installation commands, and the build process. Developers can refer to the website for detailed information on setting up their machines for local development.