Skip to content

Commit

Permalink
Add how to develop to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchas116 committed Jan 6, 2015
1 parent 7ff8499 commit 5779d3f
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,35 @@ Built on node-webkit
## Requirements

* node-webkit 0.10+

## Development

### Prepare

* Install Node.js
* Install node-webkit

```
npm install
npm install -g gulp
npm install -g bower
```

### Watch and build files

```
gulp
```

### Run

```
nw .
DEBUG=1 nw . # show dev tools
```

### Package app

```
gulp deploy
```

0 comments on commit 5779d3f

Please sign in to comment.