Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.
/ acchymns-app Public archive

Development has been moved to CapacitorJS and so this repo has been archived.

Notifications You must be signed in to change notification settings

ACC-Hymns/acchymns-app

Repository files navigation

acchymns-app

A repository which contains the cordova related code for the ACC Hymns app for the app store and play store.

Build Prep

Install node & python.

Install cordova & uglifyjs globally:

npm install -g cordova uglify-js

Initialize submodule

git submodule update --init

Copy selectively using python script

python copy.py

Build for Android

cordova platform add android
cordova build android
cordova emulate android

Build for IOS

cordova platform add ios
cordova build ios
cordova emulate ios

About

Development has been moved to CapacitorJS and so this repo has been archived.

Resources

Stars

Watchers

Forks

Packages

No packages published