carbon-design-system / carbon-website-archive

The old website for the Carbon Design System. This repo is archived.

Home Page:https://www.carbondesignsystem.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The old website for the Carbon Design System. This repo is archived.

https://www.carbondesignsystem.com


Languages

Language:JavaScript 70.8%Language:CSS 28.8%Language:Shell 0.5%