general-porpoise / snapcache

Snapcache allows users to create, share, and discover geocached time capsules with their friends.
http://snapcache.co/
5 stars 4 forks source link

Snapcache

Give physical impact to your digital communications.

Team

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

In Browser:

ionic serve from command line

Android:

Make sure you have Android SDK installed on the host computer. Check out this guide for detailed instructions.

ionic platform add android
ionic build android
ionic run android

Emulator:

ionic platform add [PLATFORM]
ionic build [PLATFORM]
ionic emulate [PLATFORM]

iOS (device):

You'll need an Apple Developer account for this. Once you have an account and have set up XCode with your certificates to enable device testing, you'll want to open the XCode project from platform/ios/ and run the build from XCode.

Requirements

For generating documentation:

Development

Installing Dependencies

From within the root directory:

npm install -g bower
npm install
bower install
ionic plugin add [PLUGIN.LOCATION]

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.