Skip to content

Latest commit

 

History

History
 
 

README.md

APP_DISPLAY_NAME

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-foo or @user/foo-app)
  • __APP_DISPLAY_NAME__ → human-readable display name shown in the dashboard

Read SCAFFOLD.md for the full agent instructions before editing.

Scripts

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