njpaz / foragers-friend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Foragers Friend

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

Phonegap Setup

You need Phonegap in order to run this project. To install and configure it, follow these steps.

  • npm install -g phonegap
  • Add a platforms folder, then run phonegap run browser.
  • In platforms/browser/run, add this to the switch statement:
case 'linux':
  spawn('google-chrome', ['--test-type', '--disable-web-security', '--user-data-dir=/tmp/temp_chrome_user_data_dir_for_cordova_browser', project]);
  break;

Phonegap Plugins:

You need to install these plugins in order to use all of the features:

  • cordova plugin add org.apache.cordova.geolocation
  • cordova plugin add org.apache.cordova.statusbar

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About


Languages

Language:JavaScript 61.7%Language:Handlebars 17.9%Language:HTML 11.6%Language:CSS 6.9%Language:Shell 1.9%