Skip to content

Commit

Permalink
Add storybook instructions to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abdallahalsamman committed Dec 4, 2018
1 parent c5749a5 commit 88e3a8b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ npm run watch
npm run build
```

#### Run Storybook
```
npm run storybook
```

Linting, formatting and building runs automatically in the pre-commit hook.
TODO: ビルドはCIでするように変更したい

Expand All @@ -87,6 +92,7 @@ TODO: ビルドはCIでするように変更したい
├── index.html: Demo page
├── style.css: Demo page style
├── css: Distribution files
├── docs: Storybook stories
└── scss: Source
├── base
│ ├── reboot.scss: Don't change! (Bootstrap Reboot)
Expand Down

0 comments on commit 88e3a8b

Please sign in to comment.