Skip to content

amongdemons-com/android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Among Demons Android Wrapper

This folder is a separate Git repo for the Capacitor Android wrapper.

Remote:

git remote add origin https://github.com/amongdemons-com/android

The 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 android

The 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.

Setup

git init
git remote add origin https://github.com/amongdemons-com/android
npm install
npx cap sync android

Scripts

npm run android:sync
npm run android:open
npm run android:build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors