Skip to content

Commit

Permalink
Dev ENV Section
Browse files Browse the repository at this point in the history
Move storybook to setup dev ENV section
  • Loading branch information
nicko-winner committed Dec 1, 2020
1 parent f9803b8 commit ff951d0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,27 @@ a 👍. This helps maintainers prioritize what to work on.

For questions related to using the library, please file an issue on GitHub.

## 📚 Setting up a Local Dev Environment
[Storybook](https://storybook.js.org/) is an open source tool for developing UI components
in isolation for React, Vue, and Angular.
You can use this as a playground for all our components.

1. Install Dependencies

```bash
yarn install
```

2. Run Storybook

```bash
npm start
```
The script should automatically open Storybook in your browser, but you can always navigate to `http://localhost:6006/?path=/story`

3. Play Around
<img width="639" alt="Screen Shot 2020-05-15 at 2 32 35 PM" src="https://user-images.githubusercontent.com/22566333/82084224-f5c99880-96b8-11ea-92e2-403b3f4378db.png">

## Contributors

Thanks goes to these people:
Expand Down

0 comments on commit ff951d0

Please sign in to comment.