# Claude Code Notes ## Development Server Before starting the dev server, check if it's already running: - Use `lsof -i :6827` or check for existing background tasks - The dev server runs on port 6827 (may fall back to 6828 if port is in use) - Start with `bun run --cwd apps/publisher-dashboard dev` or `devenv up`