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
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,3 +19,9 @@ Will utilize:
19
19
All development will be done inside Storybook so components can be built in isolation.
20
20
21
21
- Run `npm run storybook:dev` and await the browser to open [http://localhost:6006/](http://localhost:6006/). All changes will be hot-reloaded under the hood.
22
+
23
+
### To prepare for NPM
24
+
25
+
- Using rollup to bundle the asssets before shipping to NPM as package.
26
+
- Run `npm run build`
27
+
- You should see a `build` directory at the root level. This is what will be pacakged & shipped (todo)
0 commit comments