Local Development
Run the platform services locally while building integrations.
The platform repo uses Bun workspaces.
bun install
Start the local database:
bun run db:up
bun run db:migrate
bun run db:seed
Run the API:
bun run dev:api
Run the dashboard:
bun run dev:ui
Run the docs app:
bun run dev:docs
The docs app runs on http://localhost:3002.