Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 563 Bytes

File metadata and controls

40 lines (27 loc) · 563 Bytes

Web Against Humanity

A private browser-based party card game for people with questionable taste.

aka. Cards Against Humanity online.

Local development

Requires Bun and Node.js 20 or newer.

bun install
bun run dev

The Cloudflare Vite plugin starts the SPA and local Worker runtime together.

Deploy

Authenticate with Cloudflare once:

bunx wrangler login

Deploy the game:

bunx wrangler deploy

Commands

bun run test
bun run lint
bun run typecheck
bun run build
bun run preview