Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 794 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 794 Bytes

Arbalet Frontage frontend

This is the mobile frontend of Arbalet Frontage, the pixelated building facade.

Compile and deploy

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

Android phone

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.

Switch to production

cp src/environments/environment.prod.ts src/environments/environment.ts