Skip to content
This repository has been archived by the owner on Jul 10, 2022. It is now read-only.

osuperu/osuperu-auth-old

 
 

Repository files navigation

osu!Perú Auth

New project!

Fork based on osu!Turkey Auth System. Original project (Thank you Coderbora<3)

Requirements

  • 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

Installation

Installing dependencies

Firstly, you need to install dependencies with npm install command.

Creating config file

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.

Building front-end

You can build the front-end with npm run build:client command.

Building server

You can build the server with npm run build:server command.

Running the project

After creating config file and building the front-end, you are ready to run the project with npm run start

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.1%
  • Vue 7.2%
  • Other 0.7%