Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.43 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.43 KB

design-system-storybook-react

This project is a Proof Of Concept. The goal is to see how Storybook can be used to build a Design System.

Talk

This project has been built to prepare the talk Storybook pour votre Design System, un conte de fées?

Carbon Design System

To go faster and because it's a great Design System, all the content is coming from IBM's Carbon Design System.

Here are the original repositories:

Only a subset has been used here. And some pieces of code have been adapted to use less babel plugins.

Develop

  • npm install – Install dependencies
  • npm run storybook – Launch storybook

Build

  • npm run build-storybook – Export Storybook as a Static App in the public folder

Remaining work

  • Publish the demo to Netlify
  • Extract componentsDesignSystemUtils in a separate library
  • Remove create-react-app which is not necessary for a components library