Developer Setup
Here is a simple tutorial to help developers run AgeLapse in a development environment.
For Non-Devs:
Not a developer and just looking to install the app? Click here: https://agelapse.com
Steps
tip
This project is built with Flutter. If you’re new to Flutter or Dart, we recommend taking a moment to familiarize yourself with the framework, it’ll make working on AgeLapse much smoother.
Prerequisites
- 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
Ensure that the output to the above states "0 Issues" before proceeding.
-
Install Dependencies:
flutter pub get
-
Run app:
flutter run
Contributions
Contributions to AgeLapse are welcome. Please follow these steps:
- Fork the repository
- Create a new branch for your feature or bug fix
- Make your changes with descriptive commit messages
- Push your changes to your forked repository
- Open a pull request explaining your changes