Skip to content

Building

Manoj Patel edited this page Jun 7, 2016 · 2 revisions

Getting Setup

Prerequisites

Building

  1. npm install to install packages
  2. npm install -g gulp
  3. npm install -g typings
  4. typings install to get typescript definitions
  5. gulp build
    • gulp build --x64 or gulp build --ia32 as per your environment

Running

  1. If you are using a VM, install node on the VM
  2. copy the built directory to the VM
  3. cd built\script
  4. node edgeAdapter.js
Clone this wiki locally