Files
publisher-dashboard/CLAUDE.md
RevIQ e42201fea6 Fix peak traffic chart to match Figma design
Overlay bars instead of positioning side by side, with transparent
hatched "Last month" bars on top of solid "This month" bars. Update
legend icons to circular. Add CLAUDE.md with dev server notes.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 09:47:02 +08:00

318 B

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