This project is https://7mochi.ru (To be renamed to https://osupe.ru) -- the new frontend for osu!Peru
It's based on the new frontend developed for akatsuki. It has been adapted to work with our bancho.py fork.
- install at least node 18
- run
bun installto install dependencies - create a config file (
cp .env.example .envand fill in the values) - run
bun run devto start the development server - it should run on
http://localhost:3000if you didn't change the port in the .env file