Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.08 KB

hub-components-storybook

A (hopefully) temporary storage location for the hub-components storybook build using Calcite v2.13.2

Link Latest commit in Opendata-ui Reason
Storybook Opendata-ui PR Calcite v3 bump prevents Storybook from compiling correctly
Click to expand for reproduction details

To reproduce

  1. In opendata-ui, run yarn hc storybook:static:copy
  2. Move the copy into a repository that you are comfortable converting into a GitHub repo
  3. npm init - create the package.json
  4. npm i @storybook/cli - install Storybook CLI
  5. npm install http-server --save-dev - install http-server
  6. npm install - initialize node_modules
  7. Add "start": "npx http-server calcite2.13.2-storybook-build" to your package.json
  8. Run npm start to run your http-server with your build
  9. View at http://localhost:8080/