The Capital Prawn widget library.
npm install @capital-prawn/workbench
A react widget library for all your frontend needs.
Quickstart
·
Report Bug
·
Request Feature
bash
$ npm run storybook # or "npm run sb"
`
To build your Storybook after you make changes, run:
`bash
$ 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:
`bash
$ bump [major | minor | patch] # bumps the version, pushes a commit, and publishes package
`
Advanced Usage
To start the development server, run:
`bash
$ npm run dev
`
To build the app for production, run:
`bash
$ npm run build
`
To run the built app in production mode, run:
`bash
$ npm start
``