Skip to content

IMB11/android-modrinth-dashboard

Repository files navigation

Modrinth Publisher Dashboard

An unofficial android (and IOS if you want) app to track your modrinth statistics.

Contents

Features

  • 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

Development

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