Platypush mobile app repo.
Go to file
Fabio Manganiello 688ab220b6 Added Fastlane folder structure 2021-02-28 23:13:35 +01:00
assets Refactored project to use Android.JS 2021-02-26 00:11:20 +01:00
fastlane/metadata/android/en-US Added Fastlane folder structure 2021-02-28 23:13:35 +01:00
views Refactored project to use Android.JS 2021-02-26 00:11:20 +01:00
.gitignore init 2021-02-25 10:44:08 +01:00
CHANGELOG.md Added CHANGELOG 2021-02-28 00:11:06 +01: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
main.js Refactored project to use Android.JS 2021-02-26 00:11:20 +01:00
package-lock.json Refactored project to use Android.JS 2021-02-26 00:11:20 +01:00
package.json version-code attribute added to package.json - to be checked by F-Droid for new releases 2021-02-28 22:18:59 +01: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/.