This project is related to Open 311 San Jose. SJ 311 is a public issue tagging app. The SJ 311 Ionic project is developed with Ionic and to run on iOS and Android.
Make sure you have Node.js installed. We usually recommend having the LTS version (v4.4.1) installed.
Then, install Ionic:
npm install -g ionic cordova
Clone the project.
git clone https://github.com/codeforsanjose/relay311
Install dependencies.
cd relay311
ionic state restore
To run as web project
ionic serve
To run as mobile project, add mobile platforms accordingly and run it.
ionic run ios
ionic run android
See ionic installation guide if you need more information (http://ionicframework.com/docs/guide/installation.html)
Issue? Suggestion? Contact [email protected]