The one-stop shop for all official osu! tournament correspondence and information!
Warning
This project is currently in active development and is not yet ready for production use.
- Node v18+
- MongoDB
- yarn
- an osu! API v2 client
- Clone the repository
- Set up a MongoDB database
- Run
yarn
- Set up
config.json
fromconfig.example.json
with the following fields:connection
: MongoDB connection stringsession
: session string, can be anythingosuApp.id
: osu! API v2 client IDosuApp.secret
: osu! API v2 client secretosuApp.redirect
: osu! API v2 redirect URI, should be kept ashttp://localhost:8088/api/auth/callback
- Run
yarn dev
, the project will be served inhttp://localhost:8088