If you're unfamiliar with programming but would still like to help you can by doing one of the following:
Otherwise if you do want to contribute code then it's preferred that you're familiar with the following technologies:
- Kotlin
- Android SDK
- Koin DI
- Jetpack Compose
- Voyager
- The Pointercrate API
- Ktor (Client)
- Kotlinx Serialization
- Clone the repo
git clone https://github.com/wingio/Hellish.git && cd Hellish
- Build the project
- Linux:
chmod +x ./gradlew && gradlew assembleDebug
- Windows:
./gradlew assembleDebug
- Linux:
- Install on device
- Enable usb debugging and plug in your phone
- Run
adb install app/build/outputs/apk/debug/app-debug.apk
Hellish is licensed under the GNU General Public License v3.0