Skip to content

How to setup Storybook

Eugenia Chen edited this page Nov 9, 2020 · 1 revision

Update master

Make sure you have the latest version of the master branch.

Checkout master

git checkout master

Pull from master

git pull

Install Storybook packages

Go into client folder

cd client

Install packages

npm install

Run Storybook

npm run storybook

This should open up your browser to http://localhost:6006/. Here, you can view all the stories for wece-next-app.