Back to Eliza

Electron Frontend Package

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

2.0.3301 B
Original Source

Electron Frontend Package

Vite React renderer for the Electron chat example.

Run

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

Validate

bash
bun run typecheck
bun run build

See ../README.md for the Electron main-process workflow.