One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
nodejs >= 6.9.x
npm >= 3.8.x
ionic >= 3.19*
cordova >= 8.0.x
To install nodejs and npm, use nvm.
To install ionic and cordova :
npm install -g ionic cordova
Clone the project :
git clone git@github.com:txreplay/scrounch.git
Go the the project and install the dependencies :
cd scounch && npm install
Now, you can launch the build-in server :
ionic serve
TODO