Dev Setup - Mobile
Here is a simple tutorial to help developers run AgeLapse Mobile in a development environment. This is a Flutter build, and will run on iOS and Android.
For Non-Devs:
Not a developer and just looking to install the app? Click here: https://agelapse.com
Development Setup (AgeLapse Mobile)
Prerequisites
- iOS 13.0+ or Android 5.0+
- Flutter SDK
-
Clone the repository:
git clone https://github.com/hugocornellier/agelapse
-
Set working directory to agelapse-mobile:
cd agelapse/agelapse-mobile
-
Check flutter doctor. Address anything listed before proceeding:
flutter doctor
-
Install Dependencies:
flutter pub get
-
Run app:
flutter run