GitXplorerGitXplorer
p

lens-photo-app

public
20 stars
9 forks
1 issues

Commits

List of commits on branch master.
Unverified
e5cc14433ed23f7641f35a5c7d7580d7259f4615

Changed title

ppaulbjensen committed 9 years ago
Unverified
b18f84b7c61cce3c51c6a09b7818fa7e5b7f38a8

Added more content

ppaulbjensen committed 9 years ago
Unverified
289038fe3590ad2d6e039d26740617cb5addc7a2

Added build instructions

ppaulbjensen committed 9 years ago
Unverified
871df8b1075ebf40468210ee7bfca507f2cc5383

Added the logo

ppaulbjensen committed 9 years ago
Unverified
648934b55eb98b9b59d9a438ede82012e061d443

Create README.md

ppaulbjensen committed 9 years ago
Unverified
2e757602232ed23a92745f1476f844943c03de63

Step 15 - Resolved a bug, hid the dev tools toolbar for the app, and configured the app icon.

ppaulbjensen committed 9 years ago

README

The README file for this repository.

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":