Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 345 Bytes

DEVELOP.md

File metadata and controls

25 lines (13 loc) · 345 Bytes

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