Build AgentMinder Campaign Command Center - Phase 1 complete
Full-featured sales campaign dashboard replacing Looker Studio with responsive Next.js app. Includes Executive Overview, Account Explorer with priority algorithm, Activities with detail overlay, Pipeline/Opps with deal panels, Implementation tracking, and Data Admin with CSV import and CRUD operations. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
7
start.command
Executable file
7
start.command
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
cd "$(dirname "$0")"
|
||||
echo "Starting Campaign Command Center..."
|
||||
echo "Dashboard will open at http://localhost:3000"
|
||||
echo ""
|
||||
open "http://localhost:3000"
|
||||
npm run dev
|
||||
Reference in New Issue
Block a user