GitHub OpenGraph preview
QUICK LINKS
README
Something to manage your local osu! data.
Go to the Releases page to download the latest version.
In the settings tab, set download_url_template like https://api.nerinyan.moe/d/{set_id}
{set_id} will be replaced with the beatmap ID.First, install dependencies for python:
uv sync
and for frontend:
cd ui
pnpm install
Then, start the development environment:
uv run python src/main.py --dev