Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 420 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 420 Bytes

snd-testing-tool

Desktop app

Node.js is required so use brew install node to install it!

For developing

In the desktop folder

At the first time, install all dependencies packages needed for Codeship

npm install

Run the app

npm start

Builds the app (binary file)

In the desktop folder

For OS X app

npm run build-osx

For Linux app

npm run build-linux