iOS and Android
This guide covers building the Apollon webapp as a Capacitor native shell for iOS and Android. It is aimed at contributors; end users get the standalone web app at https://apollon.aet.cit.tum.de.
Prerequisites
Complete the contributor setup first.
Setup Instructions
-
Install the latest packages
pnpm install -
Build the application
pnpm build -
For the first time, generate ios and android folder:
For iOS:
pnpm capacitor:add:iosFor Android:
pnpm capacitor:add:android -
Generate assets:
pnpm capacitor:assets:generate:ios # or :generate:android -
Sync the files
pnpm capacitor:sync -
Open the App
For iOS:
pnpm capacitor:open:iosFor Android:
pnpm capacitor:open:android