Resolve "Add storybook"
What I Did
-
Add basic storybook stories (pulled from ReadMe) -
Set up CI deploy phase to publish storybook static build on npm.customd.io/cd-redux-helpers -
Update documentation to link to build storybook, and specific stories
Implications
Note that there's only one interactive story in the main Introduction
page at present. We'll add more later.
Setup
yarn
Testing
-
Run yarn storybook
on DevVM and visit https://web.dev:9001 — ensure this works -
Check story structure makes sense and is understandable -
Ensure the Introduction
story makes sense, and works as expected
Closes #4 (closed)