Skip to main content

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
  1. Clone the repository:

    git clone https://github.com/hugocornellier/agelapse
  2. Set working directory to agelapse-mobile:

    cd agelapse/agelapse-mobile

  3. Check flutter doctor. Address anything listed before proceeding:

    flutter doctor

    Ensure that the output to the above states "0 Issues" before proceeding.

  4. Install Dependencies:

    flutter pub get

  5. Run app:

    flutter run

Contributions

Contributions to AgeLapse are welcome. Please follow these steps:

  1. Fork the repository
  2. Create a new branch for your feature or bug fix
  3. Make your changes with descriptive commit messages
  4. Push your changes to your forked repository
  5. Open a pull request explaining your changes