# Start all services in development modenpm run dev# Format codenpm run format# Build all applicationsnpm run build# Lint codenpm run lint# Update database schemacd apps/dashboardnpm run db:introspect
Ensure all environment variables are set correctly in .dev.vars
Check that the API server is running on port 8787
Verify that your Supabase and Upstash credentials are correct
For API issues, check the Wrangler logs in the terminal
For dashboard issues, check the Next.js development logs
The API uses Cloudflare Workers, so make sure you have Wrangler CLI working correctly. The dashboard will automatically proxy API requests to the local API server in development.