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
npm install # this will take a while due to lerna bootstrap
21
-
npm start
21
+
npm run storybook
22
22
23
-
The `start` script will launch the demo pages. Demo pages are static showcases of each element, and also serve as scratchpads for experimenting while working on an element.
23
+
The `storybook` script will launch the interactive demo pages.
24
24
25
25
_Notice: You will need to use [Node](https://nodejs.org/en/) v.7 or higher. Storybook *may* not work with Node v.10._
0 commit comments