Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 414 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 414 Bytes

Prerequisites

The following npm modules are required to build the moon-flickr app: enyo-dev and gulp. Install as follows:

npm install -g gulp-cli enyo-dev

Once these are installed, install the required Enyo libraries using enyo init:

enyo init

Building

To build the app, execute the following:

enyo pack

The output will be placed into the dist directory.