Skip to content

cgrinaldi/snapcache

 
 

Repository files navigation

Snapcache

Give physical impact to your digital communications.

Team

  • Product Owner: Conor Flannigan
  • Scrum Master: Anneke Floor
  • Project Manager: Chris Rinaldi

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

  • npm
  • Ionic & Cordova
  • Cordova InAppBrowser plugin
  • Cordova GeoLocation plugin
  • Cordova Device plugin
  • Cordova Camera plugin
  • Cordova Facebook Connect plugin

For generating documentation:

  • Gulp
  • docco-toc npm module
  • gulp-run npm module

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.3%
  • CSS 16.2%
  • HTML 0.5%