Skip to content

Commit

Permalink
updating README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eliseumds committed Mar 26, 2014
1 parent 0482b1d commit 430d8b3
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ Installing

You'll need react-tools:

```$ [sudo] npm install -g react-tools```
```
$ [sudo] npm install -g react-tools
```

And Bower:

Expand All @@ -26,11 +28,15 @@ $ bower install
Running
-------

```$ NODE_PATH=`pwd` node main.js```
```
$ NODE_PATH=`pwd` node main.js
```

Developing
----------

```$ gulp```
```
$ gulp
```

* Every JSX file will automatically be compiled to a JS file in the same folder

0 comments on commit 430d8b3

Please sign in to comment.