Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.29 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.29 KB

myrunes.com Mobile App

These are the sources of the mobile app of myrunes.com. This project is currently in a very early state of development and not production ready at all.

The app is created with the flutter framework.

Demo

State: commit 8d055fc

Setup

Following steps only represent the installation on Android.

If you want to test the app yourself or if you want to tinker around with the soucres, you need to set up flutter: https://flutter.dev/docs/get-started/install

After that, clone the repository:

$ git clone https://github.com/myrunes/mobile-app.git myrunes/app

Following, compile the APK:

$ cd myrunes/app
$ flutter build apk --release

The final APK is located in the build/app/outputs/flutter-apk directory. Either, you pull the APK directly onto your device and install it manually or run flutter install to install it by flutter.

You can also download the latest CI artifacts containing a release APK. Just select the latest CI run, select the build job and download Release Artifacts.


© 2020 Ringo Hoffmann (zekro Development)
Covered by the MIT Licence.