Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 606 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 606 Bytes

Brown Bag Lunch: Storybook

View this Storybook online

Installing and running this Storybook

Firstly, make sure you have Yarn installed, which depends on Node JS.

Then clone this git branch:

# 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