Skip to content

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

Notifications You must be signed in to change notification settings

esridc/hub-components-storybook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published