Skip to content

Commit 7740f2f

Browse files
Update README to mention build first and then start the storybook (#902)
1 parent d9d61c3 commit 7740f2f

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@ git clone https://github.com/aws/amazon-chime-sdk-component-library-react.git
6262
npm install
6363
```
6464

65-
### To run the Storybook server locally
66-
67-
```
68-
npm start
69-
```
70-
7165
### Build
7266

7367
```
@@ -76,6 +70,14 @@ npm run build
7670

7771
Once you build, check and resolve any warnings you may get like unresolved dependencies or circular dependencies. Remove these as it will help in bundling the library warning/error free.
7872

73+
### To run the Storybook server locally
74+
75+
`amazon-chime-sdk-component-library-react` uses [Storybook](https://storybook.js.org/) for documentation.
76+
77+
```
78+
npm start
79+
```
80+
7981
### Test
8082

8183
Run all unit test suites.

0 commit comments

Comments
 (0)