feat(FN-000): add local startup script

This commit is contained in:
Aron Prins
2026-05-05 19:12:22 +02:00
parent cee8adfb59
commit 6443a02401
3 changed files with 366 additions and 0 deletions

View File

@@ -428,6 +428,8 @@ fn skills install firebase/agent-skills # Install agent skills
```bash
pnpm install # Install dependencies
pnpm local # Start local dashboard/API on a non-4040 port
pnpm local -- --engine # Start local dashboard with the AI engine
pnpm build # Build default workspace packages (excludes desktop/mobile)
pnpm build:all # Build all packages (including desktop/mobile)
pnpm dev dashboard # Run dashboard + AI engine