The minimal osu! performance rework preview webstack.
Edit /backend/requirements.txt to replace your own rosu-pp-py implement.
The database structure is based on bancho.py.
cd backend && pip install -r requirements.txt && nano config.py && python main.py
cd frontend && npm install && nano /src/requests.ts && npm run build