You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.
We'd like to set up a Storybook for components which make up the http://www.carbondesignsystem.com/ website. This will help our design <-> development process when working on individual components.
It looks like Mari started this work in the past—I'm not sure what the previous state was, but at the moment, we have some Storybook setup in the website codebase, but it isn't currently functioning.
Storybook seems to be tricky to get working along with Gatsby! There are some examples of people getting the 2 working together:
* Ensures Babel7 is used for Storybook
* Ensures Gatsby code included in story code is transpiled
* Ensure markup/markdown as well as raw CSS files go through appropriate WebPack loaders
* Workaround for Storybook build failure with loading images on GH
* Other misc fixes
Refs carbon-design-system#313.
We'd like to set up a Storybook for components which make up the http://www.carbondesignsystem.com/ website. This will help our design <-> development process when working on individual components.
It looks like Mari started this work in the past—I'm not sure what the previous state was, but at the moment, we have some Storybook setup in the website codebase, but it isn't currently functioning.
Storybook seems to be tricky to get working along with Gatsby! There are some examples of people getting the 2 working together:
npm run storybook
still works.@asudoh do you think you'd be able to help out with this in the next couple of weeks? At least I have been kinda stumped so far!
The text was updated successfully, but these errors were encountered: