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
stories files are created but not hooked up to storybook
I guess we could do some sort of Webpack magic here? The components.js file is no longer used as a source for docs IIRC so it's solely for Storybook now.
adding stories to storybook isn't documented any more
Oh bum, my bad.
running storybook isn't enough to get hot reloading working
As mentioned in #177 if Storybook could be run at the repository root we could point it directly at the source files.
for 1 i was thinking the blueprint script could just munge register-components.js and package.json when it runs? pointing storybook at source files would be good
npm start
in the componentThe text was updated successfully, but these errors were encountered: