storybook/docs/README.md
Norbert de Langen 7964734eb6 IMPROVE docs
2017-05-26 18:24:53 +02:00

16 lines
518 B
Markdown

# Website for [storybook.js.org](https://storybook.js.org)
This is the source for [storybook.js.org](https://storybook.js.org). It documents [Storybook](https://github.com/storybooks/storybook), an amazing UI component development environment for React and React Native. The site is built with [Gatsby](https://github.com/gatsbyjs/gatsby).
### Usage
```sh
npm i
npm run develop
npm run storybook
```
### Edit Documentation
Documentation is written in Markdown and located inside the [`pages/`](pages/) directory.