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
- In opendata-ui, run
yarn hc storybook:static:copy - Move the copy into a repository that you are comfortable converting into a GitHub repo
npm init- create the package.jsonnpm i @storybook/cli- install Storybook CLInpm install http-server --save-dev- install http-servernpm install- initialize node_modules- Add
"start": "npx http-server calcite2.13.2-storybook-build"to your package.json - Run
npm startto run your http-server with your build - View at http://localhost:8080/