Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 391 Bytes

File metadata and controls

7 lines (7 loc) · 391 Bytes
  • bun run dev: Start all applications in development mode
  • bun run build: Build all applications
  • bun run dev:web: Start only the web application
  • bun run dev:native: Start only the native application
  • bun run dev:setup: Setup and configure your Convex project
  • bun run check-types: Check TypeScript types across all apps
  • bun run check: Run Biome formatting and linting