paulbjensen / lens-photo-app

A desktop photo app, created for a tutorial on Scotch.io

Home Page:http://paulbjensen.github.io/lens-photo-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lens

A desktop photo app, created for a tutorial on Scotch.io

Installation

Make sure that you have Node.js installed, and the following global npm dependencies:

  • nw
  • nw-builder

You can install these globally with the following command:

npm install -g nw nw-builder

Next, after checking out the repo, change directory into it, and run the following command:

npm install

Next, run NW.js on it:

nw

If you want to then build a binary version for your computer, run the following command:

nwbuild -p win32,win64,osx32,osx64,linux32,linux64 PATH_TO_LENS_FOLDER

About

My name is Paul Jensen. I'm the founder of Anephenix, the lead developer of the SocketStream web framework, and the creator of Dashku, an open source realtime dashboard. I'm based in Amsterdam, and I'm currently writing a book on NW.js for Manning Publications - "NW.js in Action":

About

A desktop photo app, created for a tutorial on Scotch.io

http://paulbjensen.github.io/lens-photo-app

License:MIT License


Languages

Language:JavaScript 66.3%Language:CSS 17.8%Language:HTML 15.8%