Files
modrinth/apps/frontend
Truman Gao 7d6ad93528 feat: update purchase server flow (#5714)
* implement server list empty state component

* fix stories and adjust spacing

* implement select plan design refresh

* implement auth for empty server list

* use refs instead of reactive

* pnpm prepr

* fix auth usage for empty servers list

* move app auth provider setup to src/providers/setup

* pnpm prepr
2026-03-31 11:08:33 -07:00
..
2025-05-07 19:08:38 -07:00
2025-05-07 19:08:38 -07:00
2026-02-27 17:21:35 +00:00
2026-03-23 17:45:43 +00:00
2026-03-18 18:03:55 +00:00
2026-01-20 20:56:56 +01:00

Frontend Cover

Modrinth Web Interface

Welcome to the Modrinth Web Interface! This web-based platform is designed for discovering, downloading, and managing Minecraft mods.

If you're not a developer and you've stumbled upon this repository, you can access the web interface on 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 web:dev

You should now have a development build of the web interface running with hot-reloading enabled. Any changes you make to the code will automatically refresh the browser.