UNPKG

@nudge-coach/ui

Version:
34 lines (22 loc) 288 B
# Nudge Coach Design System ## Available Scripts ### Build the library ``` npm run rollup ``` ### Publish the library ``` npm publish ``` ### Run tests ``` npm run test ``` ### Run storybook locally ``` npm run storybook ``` ### Build storybook ``` npm run build-storybook ```