Skip to content

Work in progress repo for re-architecting the current Carbon Design System website (http://www.carbondesignsystem.com) using GatsbyJS.

License

Notifications You must be signed in to change notification settings

asudoh/carbon-website-gatsby

 
 

Repository files navigation

Carbon Design System

This is a work in progress repo for re-architecting the Carbon Design System website using GatsbyJS.

Current Carbon Design System repo

📂 Structure

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

📚 Writing Content

Content writing guide

👩‍💻 Development

Install dependencies

yarn

Run dev environment

yarn dev

Run internal dev environment

yarn dev:internal

🚀 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

Work in progress repo for re-architecting the current Carbon Design System website (http://www.carbondesignsystem.com) using GatsbyJS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.8%
  • CSS 32.1%
  • HTML 0.1%