covid19-mobile

Platform Codemagic build status

Table Of Contents

Setting up your development environment

  1. Download and install Git and add it to your PATH

  2. Download and install Flutter

  3. Fork the project (why and how to fork)

  4. Clone your fork of the project locally. At the command line:

     git clone https://github.com/YOUR-GITHUB-USERNAME/iom-open-space-portal
    

    If you prefer not to use the command line, you can use Android Studio to create a new project from version control using https://github.com/YOUR-GITHUB-USERNAME/iom-open-space-portal.

  5. Open the project in the folder of your clone from Android Studio. To run the project, click on the green arrow at the top of the screen.

Contributing code

If you want to contribute, pull requests are always welcome.Issues tagged as good first issue should be a good place to start.

  • Fork the project
  • Add a feature-branch and add your features
  • Send pull request and wait to merge.

Check the Setting up your development environment section to start contributing to this project.