Skip to content

Commit

Permalink
Update README file
Browse files Browse the repository at this point in the history
- add a 'storybook' section
  • Loading branch information
DanielM235 committed Nov 3, 2020
1 parent ab06e9c commit ed48bad
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,3 +290,24 @@ Here is the en.json file used by default:
}
}
```

## Storybook

edc-popover-js uses [Storybook](https://storybook.js.org/) for isolated UI components and features testing:

Install dependencies and run storybook, with `npm`
```bash
npm install
```
```bash
npm run storybook
```

Or with `yarn`

```bash
yarn install
```
```bash
yarn storybook
```

0 comments on commit ed48bad

Please sign in to comment.