IBM Design Language

This is the IBM Design Language website which is built using GatsbyJS and the gatsby-theme-carbon.

📂 Structure

src
├── gatsby-theme-carbon
├── data
├── images
├── pages
├── styles

👩‍💻 Development

  • 🤝 Contribution Guidelines
  • 📚 Content/Markdown Guidelines - coming soon
  • 🗺 Navigation Guidelines - coming soon

Install dependencies:

yarn

Run dev environment:

yarn dev

🚀 Build

Runing the build commands generates all the files and places them in the public folder.

yarn build

GitHub