Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 845 Bytes

File metadata and controls

31 lines (19 loc) · 845 Bytes

How to build

Install Cordova

Follow instructions on Cordova documentation site

Initialise project

Create Cordova structure

 $ cordova create cryptotext fr.jpfox.cryptotext CryptoText
 $ cd cryptotext/
 $ cordova platform add android
 $ cordova plugin add http://github.com/jpfox/Custom-URL-scheme.git --variable URL_SCHEME=https --variable HOST=jpfox.fr --variable PATH_PREFIX="/c/"
 $ cordova plugin add nl.x-services.plugins.socialsharing

Get source from github repository into this existing structure

 $ git init
 $ git remote add origin https://github.com/jpfox/cryptotext.git
 $ git fetch
 $ git checkout -f -t origin/master

Build application

 $ cordova build

Test in emulator

 $ cordova emulate