This folder is a separate Git repo for the Capacitor Android wrapper.
Remote:
git remote add origin https://github.com/amongdemons-com/androidThe shared frontend source comes from ../app. Do not duplicate, move, or edit copied frontend files inside the Android native project. After frontend changes, run:
npx cap sync androidThe npm android:sync script runs the same Capacitor sync and also refreshes generated native aliases for the website-style /app/... asset paths.
The browser website keeps using relative API calls under /api. This Android wrapper resolves those same frontend API calls to https://amongdemons.com/api.
git init
git remote add origin https://github.com/amongdemons-com/android
npm install
npx cap sync androidnpm run android:sync
npm run android:open
npm run android:build