A list of osu! private servers.
var items = [
{
name: "Name of your server",
link: "http://yourosuserver.com",
owner: "The owner",
location: "Country like ID,US",
onlineAPI: "your online users api",
instances: 0,
discord: "Discord invite",
logo: "https://yourlogo.com/logo.png"
}
];
For instances there are only 2 values :
- 0 for the server who are using ripple instances
- 1 for the server using gulag
- 2 Special for Ripple only (do not use)
- Clone this repository
npm installto install dependenciesnpx tailwindcss -i src/input.css -o dist/style.css --watchfor start developing