jawerty/Hyro

how to build?

max-mapper opened this issue · 2 comments

Hi, I cloned this and tried npm install, but got:

npm ERR! install Couldn't read dependencies
npm ERR! Failed to parse json
npm ERR! Unexpected token /

after taking the commented line out it worked, but there were no dependencies to install (I figured there would be). Maybe you could add a npm start command to run the app?

There's nothing you need to 'npm install' once you clone it. Look at node-webkit's instructions on how to run apps https://github.com/rogerwang/node-webkit/wiki/How-to-run-apps. Just get a copy of node-webkit, zip the repo into a app.nw file and drag it to the node-webkit executable.

Oh, I figured node-webkit was on NPM, but it looks like it isn't. Would be nice if you could just type npm start and have it install node-webkit and build the project for you!