Built with Svelte on the frontend and leverages Directus for the backend.
Install dependencies with yarn install
(npm should also work though your mileage may vary because this uses a yarn.lock
).
In order to support osu! OAuth on Directus, I tried forking directus
but didn't get a workable package that way unfortunately, so there's an atrocious hotfix that patches node_modules/directus
endpoints directly in atrocities
. You shouldn't need to run the patch as it's in the postinstall
hook, but still fyi.
cp .env.example .env
and configure it, namely the postgres database and the osu! v2 OAuth credentials.
For the OAuth redirect, use something like http://localhost:8055/auth/oauth/osu/callback
(you can probably figure out what http://localhost:8055
should be
if it's different for you). You can launch the thing with yarn directus
(or npm run directus
) after that's done.
Keep in mind you'll need to run Directus before launching the backend to actually fetch things.
yarn dev
starts the frontend dev environment. yarn build
builds the frontend package into public/build
.
- Try to have players fill the Discord information of their osu! profile, have a Discord username form or try to ensure that players are in the tournament Discord through a bot (+ Discord OAuth?)
- If a bot is implemented, enforce osu! username in the Discord
- Probably have a referee guide for qualifiers