carbon-website icon indicating copy to clipboard operation
carbon-website copied to clipboard

The website for the Carbon Design System.

Carbon Design System

Deployment status

This is the Carbon Design System website. It's built using the gatsby-theme-carbon with GatsbyJS.

📂 Structure

src
├── components
├── data
├── gatsby-theme-carbon
├── images
├── pages
├── styles
├── util

👩‍💻 Develop

  • 🤝 Contribution guidelines

  • 📚 Content and Markdown guidelines

  • 🗺 Navigation guidelines

  • yarn install – install dependencies

  • yarn dev – start the development server

  • yarn dev:clean – use this if you have cache issues

  • lint:js – lint your JavaScript files

  • format - run Prettier

If you need more detailed information on how to set up your machine to develop locally, please take a look at our wiki.

🚀 Build

Runing the build command generates all the files and places them in the public folder.

yarn build