Welcome to the Food Bank Hackathon App for the Greater Vancouver Food Bank Society.
In order to run this, you will need to have the Ionic Framework installed on your local machine.
http://ionicframework.com/getting-started/
If you have npm installed, you can try doing
npm install -g ionic
Once installed, you can run and the app will start running on your default browser.
$ ionic serve
In order to compile to a mobile version such as iOS or Android, you can run:
If you're on OSX
$ ionic build ios
$ ionic emulate ios
or
If you're on Windows or OSX
$ ionic build android
$ ionic emulate android