Node.js is required so use brew install node to install it!
In the desktop folder
At the first time, install all dependencies packages needed for Codeship
npm install
Run the app
npm start
In the desktop folder
For OS X app
npm run build-osx
For Linux app
npm run build-linux