Files
mini/README.md
2025-12-15 18:22:03 -05:00

1.1 KiB

🔱 Spark God Mode

God Mode is the centralized control panel and intelligence engine for the Spark Platform.

📚 Documentation

🚀 Quick Start

Development

npm install
npm run dev

Production

Deployed via Coolify (Docker). See Dockerfile for build details.

🛠️ Scripts

Located in ./scripts/:

  • god-mode.js: Core engine script.
  • start-worker.js: Job queue worker.
  • test-campaign.js: Campaign testing utility.