mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-30 09:20:02 +02:00
Add storybook instructions to README.md
This commit is contained in:
@@ -78,6 +78,11 @@ npm run watch
|
|||||||
npm run build
|
npm run build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Run Storybook
|
||||||
|
```
|
||||||
|
npm run storybook
|
||||||
|
```
|
||||||
|
|
||||||
Linting, formatting and building runs automatically in the pre-commit hook.
|
Linting, formatting and building runs automatically in the pre-commit hook.
|
||||||
TODO: ビルドはCIでするように変更したい
|
TODO: ビルドはCIでするように変更したい
|
||||||
|
|
||||||
@@ -87,6 +92,7 @@ TODO: ビルドはCIでするように変更したい
|
|||||||
├── index.html: Demo page
|
├── index.html: Demo page
|
||||||
├── style.css: Demo page style
|
├── style.css: Demo page style
|
||||||
├── css: Distribution files
|
├── css: Distribution files
|
||||||
|
├── docs: Storybook stories
|
||||||
└── scss: Source
|
└── scss: Source
|
||||||
├── base
|
├── base
|
||||||
│ ├── reboot.scss: Don't change! (Bootstrap Reboot)
|
│ ├── reboot.scss: Don't change! (Bootstrap Reboot)
|
||||||
|
Reference in New Issue
Block a user