This is a prototype for Circles UBI App. Hosted on: http://circles.cafe-grundeinkommen.org/
- if you don't already have ionic installed run
sudo npm install -g ionic cordova
- run
sudo npm install
to install other packages - You will need to get the directory
src/environments
from one of the project owners - ask Ed or Jack - run
ionic serve
to compile and run the app on a webserver. - http://localhost:8100/ should open automatically
- Create a new account using email address - Google and Facebook logins are currently not working, I think? (jk)
- to install deployment tool:
npm install -g ios-deploy
- run
ionic cordova build ios
- open the xcode project file located in platforms/ios/MyApp.xcodeproj
- run the app in a simulator, or if you have an Apple Developers License, you can run it on a device
- more useful info here: http://ionicframework.com/docs/v1/guide/testing.html
https://console.firebase.google.com/u/0/project/circles-testnet/database/data
This template does not work on its own. The shared files for each starter are found in the ionic2-app-base repo.
To use this template, either create a new ionic project using the ionic node.js utility, or copy the files from this repository into the Starter App Base.
Take the name after ionic2-starter-
, and that is the name of the template to be used when using the ionic start
command below:
$ sudo npm install -g ionic cordova
$ ionic start myTabs tabs
Then, to run it, cd into myTabs
and run:
$ ionic cordova platform add ios
$ ionic cordova run ios
Substitute ios for android if not on a Mac.