Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
bobetbat authored and kostysh committed Jul 19, 2022
1 parent 2b9e5e5 commit 19e63a3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,17 @@ Create `.env` file in the root of repository with content like in the file `.en
```bash
yarn start
```
## Storybook

Runs a storybook UI at http://localhost:6006/
```bash
yarn storybook
```

Create `.env` file in the root of repository with content like in the file `.env.example`. To start project locally please rum this command.
```bash
yarn start
```
## Production build

```bash
Expand Down

0 comments on commit 19e63a3

Please sign in to comment.