- Full skeleton: backend (outreach module with settings/usage/batch + pure templating + dto), health/auth, web PWA (compose/review/settings/usage), mcp stub, migrations, docs (MARKETING.md + MIGRATION_FROM_LP.md), CLAUDE, STANDARDS, run/scripts. - Design: scope from lp.live api/entities/outreach-* + features/outreach-templating + surfaces/my/outreach.ts + client-search + my/frontend Outreach* pages + related mcp - Follows exact prospector extraction to enable focused dev + cutover/proxies from lp.live - Verified via ls, file reads, structure parity to prospector/finances stub
6 lines
267 B
Bash
6 lines
267 B
Bash
#!/usr/bin/env bash
|
|
# marketing — Task Runner (stub)
|
|
set -uo pipefail
|
|
REPO_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
echo "marketing runner stub — see finances/run + prospector for full"
|
|
echo "Backend: npm run start:dev ; web: (cd web && npm run dev)"
|