Home Reference Source Repository

epub-creator version Build Status Dependencies Status License

Synthesis Mobile

This project is used as a client for the Synthesis Service

Requirements

Node 5 or higher with gulp installed globally

(sudo) npm install -g gulp

Git client

Installation

git clone https://github.com/SynthesisProject/mobile.git
cd mobile
npm install

Now you are ready to start building the application

Usage

Once ready to run on a device or emulator:

gulp build-android

gulp build-ios

gulp build-windows

To run in development mode, add the --development parameter

gulp build-android --development

Additional documentation

Development

Source code

All source code for the application is located src directory

Android SDK Setup

You need to install the android sdk and have it configured to your path ($ANDROID_HOME, $ANDROID_HOME/tools, $ANDROID_HOME/platform-tools) Open the SDK manager and install: