Coder Social home page Coder Social logo

bluemona / peerio-client-mobile Goto Github PK

View Code? Open in Web Editor NEW

This project forked from q4quang/peerio-client-mobile

0.0 2.0 0.0 54.11 MB

Peerio Legacy for iOS and Android

Home Page: https://peerio.com/legacy.html

License: GNU General Public License v3.0

JavaScript 74.48% Shell 0.81% HTML 1.39% CSS 14.24% Python 9.08%

peerio-client-mobile's Introduction

Peerio (legacy) for macOS, Windows, Linux

Looking for the source code for Peerio 2? Check out the new mobile clients and the new SDK.

For support and frequently asked questions, please see our support portal.

Development

git config core.ignorecase false

Modify src/config.js as needed for non-prod development.

We use specifically node v4 (node v5 breaks the build)

npm install -g [email protected]
npm install -g [email protected]
npm install bower-installer gulp -g -d
npm install -g ios-deploy # for MacOSX using sudo causes an error, removed
xcode-select --install # if you don't already have console tools for XCode you would need this line
npm install -d # install or update all packages
bower install
bower-installer
cordova platform add ios android # this will generate all the required project files for both platforms
sudo gem install github_changelog_generator
chmod a+x ./generate_changelog.sh ./release_android.sh

using bower link

for the live development of peerio-client-api, the following should be done:

bower link # in peerio-client-api directory creates a link to the component named the same as dir name (peerio-client-api)
bower link peerio-client-api # in peerio-client-mobile directory creates a symbolic link to the upper dir

then run gulp watch in the peerio-client-api repo.

To run

gulp serve runs a webserver on localhost:3000 -- you'll need to open www/index.html to use the app.

In order to use the ios emulator you may have to npm install ios-sim. You will also need the Android SDK with platform tools and build tools.

gulp run-android gulp run-ios

If building fails, or when switching branches, run ./reinstall_platforms_and_plugins.sh.

To build

cordova prepare followed by cordova build android or cordova build ios

notes

xwalk will not work without these permissions

peerio-client-mobile's People

Contributors

seavan avatar anri-asaturov avatar paulrdukes avatar jandre3000 avatar flohdot avatar

Watchers

James Cloos avatar Mona Ghassemi 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.