This is a stripped down version of the Carbon Design System website which is built using GatsbyJS.
src
├── components
├── content
├── data
├── layouts
├── pages
├── styles
├── templates
Install dependencies:
yarn
Run dev environment:
yarn dev
If you need more detailed information on how to setup your machine to develop locally, please take a look at our wiki.
Runing the build commands generates all the files and places them in the public
folder.
Build site:
yarn build