- Run
bun installto install packages across the monorepo - Run
cp .env.example .env.localand populate the required API keys:ANTHROPIC_API_KEY- Required for LLMBEBOP_API_KEY- Required for swap quotesCOINGECKO_API_KEY- Required for price dataVITE_ENABLE_ANALYTICS=true- Optional, enables Mixpanel analytics on local builds
- Run
bun devto run the client and server - Go to
http://localhost:4200
bun dev- Run frontend and backend in development modebun dev:frontend- Run only the frontendbun dev:backend- Run only the backendbun build- Build all packages and appsbun lint- Run linterbun lint:fix- Run linter with auto-fixbun type-check- Run TypeScript type checking