/fidelity-app

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

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

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).