To run the example in local browser, you can use npm start command.
npm startFirst time running on android will require adding the Android platform and generating icons
npx cap add android
npx capacitor-assets generateOnce the platform has been added code can be compiled and imported into the android app
npx cap syncThe android version can now be run locally using Android Studio, or built into an app bundle file to run on device using Github Actions