A cross platform application to pick the best pictures in your albums
- Install Node.js
- Install Grunt globally:
npm install -g grunt-cli
- Install Bower globally:
npm install -g bower
- From phone/www, run
bower install
andnpm install
. This will install the project's Javascript dependencies - Install NW.js
- From the
phone/www
folder, run~/Downloads/nwjs-sdk-v0.27.3-osx-x64/nwjs.app/Contents/MacOS/nwjs .
(Mac)
- Install PhoneGap: http://phonegap.com/install/
- From the folder phone, run
phonegap run android
If you get the following error "Error: ENOENT, no such file or directory 'platforms/android/assets'", create an empty folder called platforms and try again.