1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-30 01:10:07 +02:00

Add storybook instructions to README.md

This commit is contained in:
Abdallah Samman
2018-12-04 19:43:07 +02:00
parent c5749a531f
commit 88e3a8b382

View File

@@ -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)