Skip to content

Commit 64ca350

Browse files
author
Phil Lucks
committed
readme
1 parent e934d65 commit 64ca350

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,9 @@ Will utilize:
1919
All development will be done inside Storybook so components can be built in isolation.
2020

2121
- 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

Comments
 (0)