Skip to content

campbell17/carbon-website

 
 

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

Run dev environment

yarn dev

Run internal dev environment

yarn dev:internal

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 website for the Carbon Design System

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.3%
  • CSS 30.9%
  • Other 0.8%