Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 570 Bytes

File metadata and controls

26 lines (17 loc) · 570 Bytes

Contributors

Running this example

To run the example in local browser, you can use npm start command.

npm start

Building for Android

First time running on android will require adding the Android platform and generating icons

npx cap add android
npx capacitor-assets generate

Once the platform has been added code can be compiled and imported into the android app

npx cap sync

The android version can now be run locally using Android Studio, or built into an app bundle file to run on device using Github Actions