diff --git a/.github/CONTRIBUTING-es.md b/.github/CONTRIBUTING-es.md index 80100d3..f319578 100644 --- a/.github/CONTRIBUTING-es.md +++ b/.github/CONTRIBUTING-es.md @@ -35,7 +35,8 @@ Este proyecto se apega al Código de Conducta convenido para Contribuyentes. Al ```sh $ npm install ``` -3. Ejecuta el servidor de desarrollo: +3. Ejecuta el servidor de desarrollo: + To view all available components in an interactive interface, use storybook. ```sh $ npm run storybook ``` diff --git a/.github/CONTRIBUTING-jp.md b/.github/CONTRIBUTING-jp.md index ab0576d..7958b80 100644 --- a/.github/CONTRIBUTING-jp.md +++ b/.github/CONTRIBUTING-jp.md @@ -35,7 +35,8 @@ ```sh $ npm install ``` -3. 開発用サーバを起動する: +3. 開発用サーバを起動する: + インタラクティブインターフェースで使用可能なすべてのコンポーネントを表示するには、storybookを使ってください ```sh $ npm run storybook ``` diff --git a/.github/CONTRIBUTING-pt-BR.md b/.github/CONTRIBUTING-pt-BR.md index 14df092..d8fb317 100644 --- a/.github/CONTRIBUTING-pt-BR.md +++ b/.github/CONTRIBUTING-pt-BR.md @@ -35,7 +35,8 @@ Nós estamos muito felizes de você querer contribuir para o projeto! Os próxim ```sh $ npm install ``` -3. Inicie o servidor de desenvolvimento: +3. Inicie o servidor de desenvolvimento: + To view all available components in an interactive interface, use storybook. ```sh $ npm run storybook ``` diff --git a/.github/CONTRIBUTING-zh-CN.md b/.github/CONTRIBUTING-zh-CN.md index a97494e..42cf63e 100644 --- a/.github/CONTRIBUTING-zh-CN.md +++ b/.github/CONTRIBUTING-zh-CN.md @@ -35,7 +35,8 @@ ```sh $ npm install ``` -3. 启动开发服务器: +3. 启动开发服务器: + To view all available components in an interactive interface, use storybook. ```sh $ npm run storybook ``` diff --git a/.github/CONTRUBUTING-ru.md b/.github/CONTRUBUTING-ru.md index 67b58da..aca7f49 100644 --- a/.github/CONTRUBUTING-ru.md +++ b/.github/CONTRUBUTING-ru.md @@ -35,7 +35,8 @@ ```sh $ npm install ``` -3. Запустите сервер: +3. Запустите сервер: + To view all available components in an interactive interface, use storybook. ```sh $ npm run storybook ``` diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9d44d6d..0ac7ddd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,7 +35,8 @@ We're really happy you want to contribute to the project! ❤️ The following s ```sh $ npm install ``` -3. Start up the dev server: +3. Start up the dev server: + To view all available components in an interactive interface, use storybook. ```sh $ npm run storybook ``` diff --git a/README.md b/README.md index d691c13..a68a11e 100644 --- a/README.md +++ b/README.md @@ -84,20 +84,6 @@ NES.css is compatible with the newest version of the following browsers: Untested * IE/Edge -## Storybook - -To view all available components in an interactive interface, use storybook. - -```bash -git clone https://github.com/nostalgic-css/NES.css -cd NES.css -npm install -npm run storybook -``` - -![Storybook Demo](assets/storybook-demo.gif "Storybook Demo") - - ## Copyright and license Code and documentation copyright 2018 [B.C.Rikko](https://github.com/BcRikko). Code released under the MIT License. Docs released under Creative Commons. diff --git a/assets/storybook-demo.gif b/assets/storybook-demo.gif deleted file mode 100644 index d65b2b7..0000000 Binary files a/assets/storybook-demo.gif and /dev/null differ