Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.26 KB

README.md

File metadata and controls

47 lines (29 loc) · 1.26 KB

Strabo Mobile

Strabo Mobile is a cross-platform mobile application for geologic field data acquisition.

Build Stack:

##Development Setup

Prerequisites

Installation

npm install -g cordova ionic
ionic start ionic-sample blank

Get Project Files

git clone https://github.com/StraboSpot/strabo-mobile.git
cd strabo-mobile

Move everything, except .gitignore, config.xml and the www folder, from the ionic-sample folder created above into the strabo-mobile folder. Delete the now mostly empty ionic-sample folder.

Add Cordova Plugins

In the strabo-mobile folder:

cordova plugin add org.apache.cordova.geolocation

###Run

In a web browser:

ionic serve

In a USB connected Android device:

ionic platform add android
ionic run