The source code of the app contains plugin folder as well because we had to override a plugin in order to accept http connections in the inAppBrowser
Clone the App
git clone https://github.com/socks415/ds1-app
cd ds1-app
npm install
cordova platform add android
cordova run android --device
That would start the app in a device that has dev mode turned on.