-
main
branch (Prod) -
dev
branch (Development) -
Branching from
dev
and PR todev
-
dev
tomain
for release to Prod
npm i
- After adding or updating any Capacitor plugin, run
ionic capacitor sync
npm start
npm run test.unit
npm run test.unit:debu <test file name>
to run only one test
-
Cypress needs the app/server running to work
npm run test.e2e
npm run build
-
To add android app:
ionic capacitor add android
-
Install Android Studio
-
To copy source code changes:
npm run build:android
-
To add ios app:
ionic capacitor add ios
-
Install Xcode (only Mac)
-
To copy source code changes:
npm run build:ios
-
Add
logo.png
files to/resources
-
npm run generate