This repo is a demonstration of how to practically use Storybook Driven Development.
Install dependencies with
yarn install
Start the storybook with
yarn run storybook
This will launch the storybook at http://localhost:9009
yarn test
Automatically update the github.io static page with
yarn run deploy-storybook