Skip to content

Commit

Permalink
Update README to mention build first and then start the storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
devalevenkatesh committed Jun 29, 2023
1 parent d9d61c3 commit ec38253
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ git clone https://github.com/aws/amazon-chime-sdk-component-library-react.git
npm install
```

### To run the Storybook server locally

```
npm start
```

### Build

```
Expand All @@ -76,6 +70,14 @@ npm run build

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.

### To run the Storybook server locally

`amazon-chime-sdk-component-library-react` uses [Storybook](https://storybook.js.org/) for documentation.

```
npm start
```

### Test

Run all unit test suites.
Expand Down

0 comments on commit ec38253

Please sign in to comment.