Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 338 Bytes

File metadata and controls

27 lines (17 loc) · 338 Bytes

Quickplay Backend

Web backend for the Minecraft Quickplay mod.

Development

Installation

Install dependencies with:

bun install

Running

Run the program as a traditional server with:

bun run dev

Run the program in Cloudflare Workers serverless mode with:

bun run dev:serverless