Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoda committed Aug 2, 2016
1 parent d208572 commit b80ab9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
*.log
.idea
npm-shrinkwrap.json
npm-shrinkwrap.json
*.DS_Store
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@

Easiest way to add [Storybook](https://github.com/kadirahq/react-storybook) support to your project.

With Storybook, you'll get a visual development environment to development your UI React components. <br />
It comes with [many features](https://github.com/kadirahq/react-storybook#features) and [customizable](https://github.com/kadirahq/react-storybook#learn-more) as you need.

![](https://raw.githubusercontent.com/kadirahq/react-storybook/master/docs/react_storybook_demo.gif)

---

### Adding storybook into your app/project
![](docs/getstorybook.png)

First install the storybook generator globally.

Expand All @@ -23,6 +16,4 @@ Then go to your project and run:
getstorybook
```

![](docs/getstorybook.png)

That's all you've to do.

0 comments on commit b80ab9a

Please sign in to comment.