Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Jul 14, 2015
1 parent 3af7775 commit 60b9451
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Redux DevTools

Haha. README coming. Also not on NPM yet.

### Running Examples

In the meantime, you can do this:

```
Expand All @@ -20,3 +22,9 @@ Try clicking on actions in the log, or changing some code inside `examples/count
For fun, you can also open `http://localhost:3000/?debug_session=123`, click around, and then refresh.

Oh, and you can do this with the TodoMVC example as well.

### It's Ugly!

The design or usability is not the point. (Although we'll have better design in the future :-)

You can build a completely custom UI for it because `<DevTools>` accepts a `monitor` React component prop. You can build any UI you want for it. The included `LogMonitor` is just an example.

0 comments on commit 60b9451

Please sign in to comment.