/pparking-lot

the minimal osu! performance rework preview webstack.

Primary LanguagePython

pparking-lot

The minimal osu! performance rework preview webstack.

Preview

Snipaste_2024-07-09_10-19-47.png

Deploy

Edit /backend/requirements.txt to replace your own rosu-pp-py implement.

The database structure is based on bancho.py.

Backend

cd backend && pip install -r requirements.txt && nano config.py && python main.py

Frontend

cd frontend && npm install && nano /src/requests.ts && npm run build