Awesome
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