Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

photoYarn/photoYarnClient

Repository files navigation

Photo Yarn

Spin a yarn of photos with your friends

Screenshots

Splash page

Photo feed

Team

Table of Contents

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

Usage

After installing dependencies, enter the following in the root directory:

npm run watch
cordova run <platform>

Requirements

  • Famo.us
  • Browserify
  • Watchify
  • Cordova with Plugins: org.apache.cordova.camera and org.apache.cordova.inAppBrowser
  • jQuery

Development

Installing Dependencies and Getting Going

From within the root directory:

npm install -g browserify
npm install -g watchify
npm install -g cordova
npm install

To add cordova platforms:

cordova platform add <platform name>

To install cordova plugins:

cordova plugin add <plugin name>

Tasks

See the projects backlog in asana here

Contributing

See CONTRIBUTING.md for contribution guidelines.