Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

carbon-design-system/carbon-website-archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Carbon Design System

This is the Carbon Design System website which is built using GatsbyJS.

📂 Structure

src
├── components
├── content
├── data
├── layouts
├── pages
├── styles
├── templates

👩‍💻 Development

Install dependencies:

yarn

Build website-addons package:

cd packages/addons-website
yarn build

Run dev environment:

yarn dev

Run internal dev environment:

yarn dev:internal

Add-on development /packages/addons-website uses storybook:

yarn storybook

If you need more detailed information on how to setup your machine to develop locally, please take a look at our wiki.

🚀 Build

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