Skip to content

Commit

Permalink
Added instructions for install and build
Browse files Browse the repository at this point in the history
  • Loading branch information
whitead committed Mar 12, 2018
1 parent 264a20d commit b2f19b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@
> AR Table Dashboard
#### Build Setup
Remember that electron is built against specific versions of node, so
be wary of just blindly upgrading everything.

``` bash
# install dependencies
npm install
# rebuild electron
npm rebuild zeromq --runtime=electron --target=1.6.17


# serve with hot reload at localhost:9080
npm run dev
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"css-loader": "^0.28.4",
"del": "^2.2.1",
"devtron": "^1.1.0",
"electron": "^1.7.2",
"electron": "^1.6.17",
"electron-builder": "^19.10.0",
"electron-debug": "^1.1.0",
"electron-devtools-installer": "^2.0.1",
Expand Down

0 comments on commit b2f19b7

Please sign in to comment.