@capital-prawn/workbench
v0.14.6
Published
The Capital Prawn widget library.
Readme
Getting Started
To run your Storybook, type:
$ npm run storybook # or "npm run sb"To build your Storybook after you make changes, run:
$ npm run build-storybook # or "npm run bsb"For more information visit: https://storybook.js.org
Automatic Versioning
To bump the version, get to a clean working directory the run:
$ bump [major | minor | patch] # bumps the version, pushes a commit, and publishes packageAdvanced Usage
To start the development server, run:
$ npm run devTo build the app for production, run:
$ npm run buildTo run the built app in production mode, run:
$ npm start