mirror of
https://github.com/modrinth/code.git
synced 2026-07-31 13:16:38 +00:00
* fix(labrinth): return columns used in filters fixes modrinth/code#6607 * chore(labrinth): sqlx query data update * don't implicitly breakdown when filtering by a metric * fix docs --------- Co-authored-by: aecsocket <43144841+aecsocket@users.noreply.github.com>
Modrinth Documentation
Welcome to the Modrinth documentation!
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 docs:dev
You should now have a development build of the documentation site running with hot-reloading enabled. Any changes you make to the code will automatically refresh the browser.