Thanks to Corsace's authors for inspiring us to build efficient methods and structures!
This project is still under development in sub-branches, if you want to contribute you can contact us on our Discord server!
- Node.js version 16 or higher
- MongoDB version 4 or higher
- Discord application with enabled bot account which can be created from here
- osu! OAuth application which can be created from here
Firstly, you need to install dependencies with npm install
command.
Then, you need to copy the config.defaults.json
for your actual-use config file: config.json
With this action, you can edit values about the project.
You can build the front-end with npm run build:client
command.
You can build the server with npm run build:server
command.
After creating config file and building the front-end, you are ready to run the project with npm run start