Platypush mobile app repo.
Go to file
Fabio Manganiello bbe832b326 /npm folder (used for F-Droid builds) added to .gitignore 2021-03-01 23:58:55 +01:00
assets Refactored project to use Android.JS 2021-02-26 00:11:20 +01:00
fastlane/metadata/android/en-US Removed EXIF headers 2021-02-28 23:30:21 +01:00
views Refactored project to use Android.JS 2021-02-26 00:11:20 +01:00
.gitignore /npm folder (used for F-Droid builds) added to .gitignore 2021-03-01 23:58:55 +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 Revert "Changed versioncode to match the one generated by AndroidJS" 2021-03-01 21:27:07 +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/.