Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 762 Bytes

README.md

File metadata and controls

41 lines (32 loc) · 762 Bytes

Chat

Simple web-based chat app.

Sample Image

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 formatting and auto-fixable linting errors
pnpm fix
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.