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
- Host: GitHub
- URL: https://github.com/jonathanj/bbl-storybook
- Owner: jonathanj
- Created: 2018-11-02T21:56:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-08T13:37:16.000Z (over 7 years ago)
- Last Synced: 2025-03-06T08:53:19.916Z (over 1 year ago)
- Language: JavaScript
- Size: 1.16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```