Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Fix storybook and update readme #16

Merged
merged 3 commits into from
Jun 4, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,21 @@ We should strive to optimize this library for developer happyness with first-cla


## Development / Contributing
@TODO, but in the meantime, check out the Projects tab in github and make PRs!
1. Clone the repo
```shell
git checkout git@github.com:ScriptHero/ui.git
cd ui
```

2. Install dependencies
```shell
yarn install
```

3. Running Storybook
```shell
yarn run storybook
```

This should run storybook dev server (which has hot reloading) and is accessible at [http://localhost:6006](http://localhost:6006)

Loading