Platypush mobile app repo.
Go to file
Fabio Manganiello 78f5b73bf2 New app version based on native Kotlin implementation 2021-04-28 01:52:56 +02:00
app New app version based on native Kotlin implementation 2021-04-28 01:52:56 +02:00
fastlane/metadata/android/en-US New app version based on native Kotlin implementation 2021-04-28 01:52:56 +02:00
gradle/wrapper New app version based on native Kotlin implementation 2021-04-28 01:52:56 +02:00
.gitignore New app version based on native Kotlin implementation 2021-04-28 01:52:56 +02:00
CHANGELOG.md New app version based on native Kotlin implementation 2021-04-28 01:52:56 +02:00
LICENSE Add LICENSE 2021-02-27 22:15:05 +01:00
README.md Added build:release command 2021-02-28 00:47:15 +01:00
build.gradle New app version based on native Kotlin implementation 2021-04-28 01:52:56 +02:00
gradle.properties New app version based on native Kotlin implementation 2021-04-28 01:52:56 +02:00
gradlew New app version based on native Kotlin implementation 2021-04-28 01:52:56 +02:00
gradlew.bat New app version based on native Kotlin implementation 2021-04-28 01:52:56 +02:00
settings.gradle New app version based on native Kotlin implementation 2021-04-28 01:52:56 +02:00

README.md

This repository contains the source for the Platypush mobile app. As of now only Android is supported.

Requirements

To build the app you'll need npm and Android.JS Builder installed on your system:

[sudo] npm install -g androidjs-builder

Then install the JS requirements through npm from the repository root directory:

npm install

Build

Debug mode:

npm run build

Release mode:

npm run build:release

The generated .apk file will be stored under dist/.