Skip to content

Mobile application built in Ionic 6 and capacitor for user fidelity system with php backend

License

Notifications You must be signed in to change notification settings

well-it-wasnt-me/fidelity-app

Repository files navigation

Fidelity

  1. Unzip the package
  2. Open a terminal: cd path/to/fidelity
  3. Run: npm install
  4. Update the file in src/environments/environment.prod.ts/.ts with the proper data
  5. If you want add a language go to assets/i18n and copy/paste en.json with the country code you want to translate
  6. Run: ng build && npx cap sync
  7. Now is ready to generate IPA or APK/BUNDLE with the respective software (xCode/Android Studio).