Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Dominiak committed Sep 15, 2020
1 parent 98c8f51 commit 0053ea6
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,22 +69,17 @@ transformIgnorePatterns: [

Install necessary depandancies with yarn or npm
```
yarn
yarn or npm
```

Run in Development mode
Run Storybook for development mode
```
yarn dev
```

Run in Production mode
```
yarn build
yarn storybook:dev
```

Run Storybook for preview
Release
```
yarn storybook:dev
yarn release
```

## Contribution
Expand Down

0 comments on commit 0053ea6

Please sign in to comment.