mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 06:21:15 +08:00
16 lines
575 B
Markdown
16 lines
575 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
|
|
yarn
|
|
yarn dev
|
|
yarn storybook
|
|
```
|
|
|
|
### Edit Documentation
|
|
|
|
Documentation is written in Markdown and located inside the [`docs/src/pages`](https://github.com/storybooks/storybook/tree/master/docs/src/pages) directory.
|