Skip to content

Commit

Permalink
Merge pull request #49 from storybooks/shilman-readme-gatsby
Browse files Browse the repository at this point in the history
Update README with Gatsby info
  • Loading branch information
usulpro authored May 18, 2017
2 parents dd5ed2d + de2da14 commit 0a2eab4
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
# Website for [storybooks.js.org](https://storybooks.js.org)

This is the source for [storybooks.js.org](https://storybooks.js.org). This is a [Create React App](https://github.com/facebookincubator/create-react-app) based site.

This site has also has the documentation for Storybook.
This is the source for [storybooks.js.org](https://storybooks.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

npm i
npm start
npm run develop
npm run storybook

### Edit Documentation

This website carries the documentation for Storybook.<br/>
Documentation is located at: [`src/docs`](/src/docs) directory.

It's written in Markdown and ES6. So, it supports goodies of both worlds.
Documentation is written in Markdown and located inside the [`pages/docs/react-storybook`](pages/docs/react-storybook) directory.

0 comments on commit 0a2eab4

Please sign in to comment.