Skip to content

dicama/monk-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MONK

Getting Started

Requirements

  • 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.

Run

CLI Debug: flutter run monk lib/main.dart

Build:

flutter build apk --split-per-abi --no-tree-shake-icons

Acknowledgment

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.

License

All work provided is published under the terms of the MIT Licence Agreement. See DiCaMa Licence Agreement for more information.