This commit is contained in:
Feross Aboukhadijeh
2016-03-08 17:52:12 -08:00
parent 7b7431c0f7
commit d6d84bcec3

View File

@@ -14,19 +14,21 @@
<img src="./resources/screenshot.png" width="562" height="630" alt="screenshot" align="center"> <img src="./resources/screenshot.png" width="562" height="630" alt="screenshot" align="center">
</p> </p>
## Dev ## How to Contribute
### Install dependencies
``` ```
$ npm install $ npm install
``` ```
### Run ### Run app
``` ```
$ npm start $ npm start
``` ```
### Build ### Build binaries
``` ```
$ npm run build $ npm run build