An unofficial android (and IOS if you want) app to track your modrinth statistics.
- Uses Omorphia for Vue components.
- Uses CapacitorJS+Ionic to compile the vue web app to android.
- Payout section
- Total revenue
- This months revenue
- Transaction History
- Create new transaction
- Dynamic Currency Conversion
- Project section
Some items in this section wont be available until they're added to knossos.
- Total downloads
- This months downloads
- Total follows
- This months follows
- Notification section
- Settings Section
- Theme Switcher
- Account Switcher (hotswap between multiple accounts)
- Push Notifications
If you wish to contribute to the UI stuff, all you need to do is:
pnpm install
ionic serve
If you wish to push a debug apk to your android device, you will need to run the following:
pnpm install
ionic capacitor run android
If you want to build an apk, you will need to open the `android` folder in Android Studio v2022+
If you want to build for IOS, you will need to open the `ios` folder in XCode