GithubHelp home page GithubHelp logo

andrewallred / fongphone Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chriswininger/fongphone

0.0 0.0 0.0 2.65 MB

License: GNU General Public License v2.0

JavaScript 69.77% CSS 5.60% HTML 24.59% Shell 0.04%

fongphone's Introduction

FongPhone

Now Available In App Store

Android, ios

Developer Instructions

For those wanting more than an app store purchase, this project is available here, under gpl v2 as source. You may, modify it, build it, and run it on your devices. The instructions below may not be perfect, but I will continue to update them.

Requirements

  1. nodejs (dev/testing)
  2. npm
  3. gulp
  4. bower
  5. cordova
  6. appropriate sdk

Installation

npm install -g gulp

npm install -g bower

npm install

gulp initialize

cordova plugins add cordova-plugin-crosswalk-webview cordova plugins add cordova-plugin-splashscreen cordova plugins add org.apache.cordova.dialogs

In Browser Testing

  • While intended for use as a mobile app, this can be testing locally in a browser such as Chrome, using the server.js file in [project dir]/server
  • Simply run node ./server/server.js
  • Open chrome and navigate to http://localhost:3000. Use develper tools to enable mobile emulation in order to interact with the app.

Cordova Build

  • Install corova cli tools: npm install -g cordova

  • To test on emulator run cordova run --emulator

  • To test on phone run: cordova run --device

  • To build for production run:

cordova build android --release -- --keystore="/home/chris/key_stores/android_release_key_Store.keystore" --alias=android_release_key_store --storePassword={storePassword} --password={keyPassword-Same-As-Store}

NOTES:

fongphone's People

Contributors

trouscaillon avatar chriswininger avatar andrewallred avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.