- Full skeleton: backend modules (financials per LP contract + shape), auth/health, web PWA tabs (dashboard/income/etc), mcp stub, migrations, docs (FINANCES.md + detailed MIGRATION_FROM_LP.md), CLAUDE, STANDARDS, run/scripts. - Design embodied: scope from lp.live entities/financials + surfaces/my/financials* + my/backend schema + frontend Financials* pages/tabs + docs/quinn-my/financials.md - Follows prospector extraction precedent exactly for future cutover/proxies from lp.live - Verified: structure ls, partial tsc (dep errors only), files read
6 lines
232 B
Bash
6 lines
232 B
Bash
#!/usr/bin/env bash
|
|
# finances install stub
|
|
set -euo pipefail
|
|
echo "Install deps: (cd $(dirname $0)/.. && npm ci)"
|
|
echo "Migrate DB when ready (adapt prospector migrate)"
|
|
echo "Build: npm run build && npm run build --workspace web"
|