Code
LukeLauncher is written in Html/css/js and java with the help of the cordova framework.
Requirements for building:
- Nodejs and npm
- cordova (installed via npm)
- Java and the android sdk
Or build with docker:
- curl https://lukelauncher.de/Dockerfile -o Dockerfile
- git clone https://gitlab.com/LukeSoftware/lukelauncher
- docker build --tag lukelauncher .
- docker run -v $(pwd)/lukelauncher:/lukelauncher -it lukelauncher bash -c "cd /lukelauncher;cordova build"
- Output: /lukelauncher/platforms/android/app/build/outputs/apk/debug/app-debug.apk
Gitlab-repository: Visit!