Platypush mobile app repo.
Go to file
Fabio Manganiello 8f8ec7dc77 Add LICENSE 2021-02-27 22:15:05 +01:00
assets Refactored project to use Android.JS 2021-02-26 00:11:20 +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
LICENSE Add LICENSE 2021-02-27 22:15:05 +01:00
README.md Refactored project to use Android.JS 2021-02-26 00:11:20 +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 Refactored project to use Android.JS 2021-02-26 00:11:20 +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

npm run build

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