Skip to content

Commit 51e0cc9

Browse files
committed
README.md
1 parent 659f2e2 commit 51e0cc9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ Please check [development guide](./docs/development.md).
77
## Usage
88
See [getting started](https://react-bootstrap-table.github.io/react-bootstrap-table2/docs/getting-started.html).
99

10+
## Online Demo
11+
See `react-bootstrap-table2` [storybook](https://react-bootstrap-table.github.io/react-bootstrap-table2/storybook/index.html).
12+
1013
## Roadmap
1114
See [release plans](https://react-bootstrap-table.github.io/react-bootstrap-table2/blog/2018/01/24/release-plan.html).
1215

16+
## How should I run storybook example in my local?
17+
18+
```sh
19+
$ git clone https://github.com/react-bootstrap-table/react-bootstrap-table2.git
20+
$ cd react-bootstrap-table2
21+
$ yarn install
22+
$ yarn storybook
23+
$ Go to localhost:6006
24+
```
25+
26+
**Storybook examples: [`packages/react-bootstrap-table2-example/examples`](https://github.com/react-bootstrap-table/react-bootstrap-table2/tree/master/packages/react-bootstrap-table2-example/examples)**

0 commit comments

Comments
 (0)