Scaffolded from packages/elizaos/templates/min-project. This is a minimal Eliza app: a Vite + React UI plus an empty runtime Plugin placeholder.
The scaffold copy step replaces these placeholders:
__APP_NAME__→ npm-style package name (e.g.@elizaos/app-fooor@user/foo-app)__APP_DISPLAY_NAME__→ human-readable display name shown in the dashboard
Read SCAFFOLD.md for the full agent instructions before editing.
bun run dev # Vite dev server
bun run build # production bundle
bun run typecheck # tsc --noEmit
bun run lint # biome check (skipped if not configured)
bun run test # vitest run