Skip to content

PaperMC/fill-ui

Repository files navigation

fill-ui

Web UI for Fill.

Prerequisites

  • Bun (latest version recommended)

Getting Started

Install dependencies:

bun install

Development

Start the development server:

# Using local API
bun run dev

# Using production API
bun run devProdServer

Building

Create a production build:

bun run build

Preview the production build:

bun run preview

Code Quality

Check types:

bun run check

Lint:

bun run lint

Format code:

bun run format

GraphQL Code Generation

Generate GraphQL types and client code:

# Using production endpoint
bun run codegen

# Using development endpoint
bun run codegenDev

Deployment

This project is configured to deploy to Cloudflare Workers using the @sveltejs/adapter-cloudflare adapter. See wrangler.jsonc for Cloudflare Workers configuration.

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published

Contributors 3

  •  
  •  
  •