Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelknoch committed Mar 31, 2016
1 parent e326bee commit b59df72
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
setup
Locator as desktop app based on Angular2, Electron and mucho Love :two_hearts:

###Setup
```
npm i && bower install
```

run in browser
###Run in browser
```
npm start
```

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

0 comments on commit b59df72

Please sign in to comment.