This is the mobile frontend of Arbalet Frontage, the pixelated building facade.
First set IP of your environment backend server in the environment.ts
or environment.prod.ts
.
cd abalet-project
npm install
If ionic is not installed: npm i -g @ionic/cli
.
ionic serve
Sync your project with android files:
ionic cap sync (--prod)
Set your android studio path in the capacitor.config.json. Open android studio:
npx cap open android
And launch with the android studio tools.
cp src/environments/environment.prod.ts src/environments/environment.ts