- Clone the repository with the 'git clone' command
git clone git@github.com:dicama/monk.git
or download the zip-file.
-
IDEs: Download either Android Studio/IntelliJ Idea or Visual Studio Code, with the respective Flutter editor plugins. For more information about the installation procedure of Flutter, we refer to the Single Source of Truth by checking the official install guide as well as the official documentation.
-
Install all dependencies from pubspec.yaml by running
flutter packages get
from the project root (see using packages documentation). Pubspec.yaml thereby manages all assets and dependencies for MONK.
CLI Debug: flutter run monk lib/main.dart
flutter build apk --split-per-abi --no-tree-shake-icons
We gratefully acknowledge strong support by the Open Knowledge Foundation Germany e.V., Prototype Fund, German Federal Ministry of Research and Education, Health Hackers e.V. as well as everyone who is contributing to this project by providing feedback, ideas and further visionary thoughts.
All work provided is published under the terms of the MIT Licence Agreement. See DiCaMa Licence Agreement for more information.