This is the IBM Design Language website which is built using the gatsby-theme-carbon with GatsbyJS.
src
├── components
├── data
├── gatsby-theme-carbon
├── images
├── pages
├── styles
├── util
-
yarn install– install dependencies -
yarn dev– start the development server -
yarn dev:clean– use this if you have cache issues -
lint:fix– lint your javascript files -
format- run prettier
If you need more detailed information on how to setup your machine to develop locally, please take a look at our wiki.
Running the build commands generates all the files and places them in the public folder.
yarn build