JSPM

  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q23690F
  • License MIT

The Capital Prawn widget library.

Package Exports

  • @capital-prawn/workbench

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@capital-prawn/workbench) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

workbench

A react widget library.

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

To bump the version, get to a clean working directory the run:

  bump [major | minor | patch] # bumps the patch, pushes a commit, and publishes package

More Commands

To start the development server, run:

  npm run dev

To build the app for production, run:

  npm run build

To run the built app in production mode, run:

``bash npm start ```