nw-lib-poc
v0.1.5
Published
This repository contains the design system created by Northwell Health. Reusable components can be found in the ```src/components``` directory.
Readme
northwell-react-storybook
This repository contains the design system created by Northwell Health.
Reusable components can be found in the src/components directory.
- To run Storybook and see those components in action:
npm run storybook - To build the library in a releasable fashion:
npm run build:library - To build a publishable version of Storybook (static website):
npm run build:storybook
