Skip to content

Commit 2b7a762

Browse files
committed
Update README with more specific install install instructions
1 parent 6f717f8 commit 2b7a762

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@ BuckleScript bindings for Storybook.js! The goal of this project is to provide b
77

88
## Getting Started
99

10-
After installing this package, add it to your `bsconfig.json` as a dependency.
10+
First install this package:
1111

12-
Get Storybook up and running according to their docs. This library does not attempt to provide a way to configure storybook in Reason - just use the standard JS configs.
12+
```bash
13+
npm install bs-storybook
14+
```
15+
16+
Next, you'll need to add `bs-storybook` to your `bsconfig.json` as a dependency.
17+
18+
Then, get Storybook up and running according to [their docs](https://storybook.js.org/basics/quick-start-guide/). (*Note:* This library does not attempt to provide a way to configure storybook in Reason - just use the standard JS configs.)
1319

1420
In your `/.storybook/config.js`, import your stories from wherever your compiled Reason modules end up. For example, if you're writing your stories inside a `__stories__` directory, and `bsb` is configured for a standard build, you might do something like:
1521

0 commit comments

Comments
 (0)