This is a work in progress repo for re-architecting the Carbon Design System website using GatsbyJS.
Current Carbon Design System repo
src
├── components
├── content
├── data
├── layouts
├── pages
├── styles
├── templates
Install dependencies
yarn
Run dev environment
yarn dev
Run internal dev environment
yarn dev:internal
Runing the build commands generates all the files and places them in the public
folder.
Build external site
yarn build:external
Build internal site
yarn build:internal