From 88e3a8b38236372e129cf3aeb6476527dc1a7858 Mon Sep 17 00:00:00 2001 From: Abdallah Samman Date: Tue, 4 Dec 2018 19:43:07 +0200 Subject: [PATCH] Add storybook instructions to README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7c902c3..9be85c9 100644 --- a/README.md +++ b/README.md @@ -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でするように変更したい @@ -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)