Files
campaign-command-center/start.command
Chris Olson 3c8c8ee594 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>
2026-08-31 13:55:01 -04:00

8 lines
177 B
Bash
Executable File

#!/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