Platypush mobile app repo.
assets | ||
fastlane/metadata/android/en-US | ||
views | ||
.gitignore | ||
CHANGELOG.md | ||
LICENSE | ||
main.js | ||
package-lock.json | ||
package.json | ||
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/
.