From b7e6b1b1b1f6fe48a2bd6f81390ee61c400e44e0 Mon Sep 17 00:00:00 2001 From: Alex Austin Date: Sun, 10 Jan 2016 14:50:35 -0800 Subject: [PATCH] demo app --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7118be1d..5f06e335 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,13 @@ _____ ## Demo App -There's a full demo app embedded in the repository, but you should also check out our live demo: Branch Monster Factory. We've open sourced the Branchster's app as well if you'd like to dig in. +This repo includes a sample app, that demonstrates all of the available methods in the Branch Cordova SDK. Building this app is very simple: + +1. Switch to the Cordova dir: `$ cd cordova-testbed` +2. Run the init script to install all the required plugins +3. `$ ./init.sh` +4. Build the Cordova app and launch in the iOS emulator +5. `$ cordova emulate ios` _____