View detailed stats, top plays, and recent scores for any osu!droid player.
🌐 Visit Live Website
You can run this project in two ways:
We need an osu! API key to fetch beatmap data. You can get one
from here.
Once you have the key, create a .env
file in the root directory and add the following:
OSU_CLIENT_SECRET={YOUR_CLIENT_SECRET}
OSU_CLIENT_ID={YOUR_CLIENT_ID}
# 1. Install dependencies
yarn install
# 2. Start the dev server
yarn dev
App will be available at http://localhost:3000
# 1. Build the app
yarn build
# 2. Start the server
node build/index.js
docker compose up -d
docker compose -f compose.prod.yml up --build -d
MIT © Mysterken