Carbon Design System
October 11, 2024 ยท View on GitHub
TEST
Carbon Design System
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
-
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
Running the build command generates all the files and places them in the
public folder.
yarn build