# Web applicationcp apps/web/.env.example apps/web/.env# API servercp apps/server/.env.example apps/server/.env# Update Redis and PostgreSQL configuration in apps/server/.env# SDKcp apps/sdk/.env.example apps/sdk/.env
Start Development Servers
You can run each component separately:
Copy
# Start the backend API serverpnpm dev:server# Start the web applicationpnpm dev:web# Start the SDK development serverpnpm dev:sdk