DEVELOP.md

April 7, 2017 ยท View on GitHub

Develop ndm

Setup

$ git clone https://github.com/720kb/ndm.git

$ cd ndm

$ npm install

Run app

Run on Linux

$ npm run linux

Run on Mac

$ npm run mac

Run on Windows

$ npm run win

if you then want to test the executables follow How to build

Contents

  1. 1Develop ndm
  2. 1.1Setup
  3. 1.2Run app