The project can be developed towards the production server or the development server.
This is done with the following commands.
Develop:
./scripts/setup.sh -m dev
Production:
./scripts/setup.sh -m production
The app can be built using docker. To remove some docker complexity I wrapped the docker command in bash. You can run it with the command bellow:
./scripts/buildApp.sh -b build
To efficiently test the Android app:
cd app
npm run start
Start Android Studio and build and deploy app in Debug to device or emulator. After making vue code changes reload app with R,R (press R-key twice rapidly)