Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelknoch committed Mar 31, 2016
1 parent 6f2767c commit 5af90ef
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
setup
```
npm i && bower install
```

run in browser
```
npm start
```

run in electron
```
`./node_modules/.bin/electron main.js
``

0 comments on commit 5af90ef

Please sign in to comment.