An open API service indexing awesome lists of open source software.

https://github.com/jonathanj/bbl-storybook

Brown Bag Lunch: Storybook Talk
https://github.com/jonathanj/bbl-storybook

Last synced: 2 months ago
JSON representation

Brown Bag Lunch: Storybook Talk

Awesome Lists containing this project

README

          

# Brown Bag Lunch: Storybook

[View this Storybook online](https://jonathanj.github.io/bbl-storybook/)

## Installing and running this Storybook

Firstly, make sure you have [Yarn](https://yarnpkg.com/en/docs/install) installed, which depends on [Node JS](https://nodejs.org/en/).

Then clone this git branch:
```shell
# Clone the repo.
git checkout https://github.com/jonathanj/bbl-storybook.git
# Change directory into the cloned repo.
cd bbl-storybook
# Install all the dependencies.
yarn install
# Run the storybook, it should automatically open your browser at the right place.
yarn run storybook
```