mirror of
https://github.com/modrinth/code.git
synced 2026-08-30 19:46:33 +00:00
* add account switcher, migrate context menus to overflow menu system, update version filter controls, only pad instance icons * app account switcher, improve some context menus, theme stuff * prepr * handle reauthentication * fix a couple sign in issues, admin page cleanup, fix org status badges, fix official account badge, open in local keybind, publish plus icons * rename generic menus to ButtonMenu (& types) * fix hydration issue w/ dropdowns + middleware error
Modrinth App
The Modrinth App is a desktop application for managing your Minecraft mods. It is built with Tauri and Vue.
If you're not a developer and you've stumbled upon this repository, you can download the latest release of the app from the Modrinth website.
Development
Pre-requisites
Before you begin, ensure you have the following installed on your machine:
Setup
Follow these steps to set up your development environment:
pnpm install
pnpm app:dev
You should now have a development build of the app running with hot-reloading enabled. Any changes you make to the code will automatically refresh the app.
