This is the Carbon Design System website. Itβs built using the gatsby-theme-carbon with GatsbyJS.
src
βββ components
βββ data
βββ gatsby-theme-carbon
βββ images
βββ pages
βββ styles
βββ util
yarn install
β install dependenciesyarn dev
β start the development serveryarn dev:clean
β use this if you have cache issueslint:js
β lint your JavaScript filesformat
- run PrettierIf you need more detailed information on how to set up your machine to develop locally, please take a look at our wiki.
Running the build command generates all the files and places them in the
public
folder.
yarn build