Monorepo for a personal Life OS app
Start the full hot-reload development stack from the repository root:
pnpm devStop it with:
pnpm dev:downProduction releases and server updates are documented in docs/deployment.md.
Create the local production environment file once:
cp i12e/orchestrator/.env.prod.example i12e/orchestrator/.env.prodSet production secrets in i12e/orchestrator/.env.prod, replace placeholder values, then start the release-style stack:
pnpm prodStop it with:
pnpm prod:downInspect stacks:
pnpm ps:dev
pnpm logs:dev
pnpm ps:prod
pnpm logs:prod