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
- Host: GitHub
- URL: https://github.com/quickplaymod/backend
- Owner: QuickplayMod
- License: gpl-3.0
- Created: 2024-06-17T17:17:31.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-08-31T23:52:58.000Z (9 months ago)
- Last Synced: 2025-09-01T01:26:08.422Z (9 months ago)
- Topics: hypixel, minecraft, quickplay
- Language: TypeScript
- Homepage: https://quickplay.ecr.dev/
- Size: 2.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```