Steps to build the app on your local device:
- Clone the repo
- Install flutter if you don't already have it. Also install Android Studio or Xcode for Android and IOS users respectively
- run
flutter pub get
in the frontend folder - Connect your device to your computer. It is also possible to use a simulator, but some features such as the camera and bank login will not work on it
- run
flutter run
in the frontend folder - Wait an eternity
- The app should now run!