A mobile port of SkelForm, compiled as the web version and built with Capacitor.
Bonus: Install nvm to easily manage Node versions.
Building commands usually look like this:
$ npm run install
$ npx cap add android # only need to run once
$ npx cap sync android # or ios
$ npx cap build android # or iosMore options:
$ npx cap open android # opens Android Studio
$ npx cap run android # builds apk directly into a devicePlease note that iOS is untested.