An open API service indexing awesome lists of open source software.

https://github.com/quickplaymod/backend

Web backend for the Minecraft mod Quickplay
https://github.com/quickplaymod/backend

hypixel minecraft quickplay

Last synced: 9 months ago
JSON representation

Web backend for the Minecraft mod Quickplay

Awesome Lists containing this project

README

          

# Quickplay Backend

Web backend for the Minecraft Quickplay mod.

## Development

### Installation

Install dependencies with:

```shell
bun install
```

### Running

Run the program as a traditional server with:

```shell
bun run dev
```

Run the program in Cloudflare Workers serverless mode with:

```shell
bun run dev:serverless
```