Simple web-based chat app.
cd client
# Install client-side dependencies
pnpm install
# Build frontend in production mode
pnpm build
# Watch and build frontend in development mode
pnpm dev
# Typecheck + format check
pnpm test
# Fix format
pnpm fmt
cd server
# Install server-side dependencies
bun install
# Start a server, See http://localhost:4567
bun dev
chat is primarily distributed under the terms of both the Apache License (Version 2.0) and the MIT license. See COPYRIGHT for details.