Back to Eliza

Capacitor Frontend Package

packages/examples/app/capacitor/frontend/README.md

2.0.3440 B
Original Source

Capacitor Frontend Package

Vite React frontend for the Capacitor chat example.

Run

bash
cd packages/examples/app/capacitor/frontend
bun install
bun run dev

The frontend defaults to the local backend at http://localhost:8787. Set VITE_CHAT_BACKEND_URL when the backend runs elsewhere.

Validate

bash
bun run typecheck
bun run build

See ../README.md for native Capacitor setup and sync steps.