The one-command bootstrap (pnpm setup → recto/scripts/setup.mjs) auto-generates dev secrets, opens the env file, migrates the local D1 DB, and starts API + UI. Validated on macOS/Linux. Confirm it works on Windows (PowerShell) — especially the open-env-file step and the dev-server spawn — and fix or document differences.
Acceptance criteria
pnpm setup runs clean on Windows, or a documented workaround in the README.
- No behavior change for macOS/Linux.
The one-command bootstrap (
pnpm setup→recto/scripts/setup.mjs) auto-generates dev secrets, opens the env file, migrates the local D1 DB, and starts API + UI. Validated on macOS/Linux. Confirm it works on Windows (PowerShell) — especially the open-env-file step and the dev-server spawn — and fix or document differences.Acceptance criteria
pnpm setupruns clean on Windows, or a documented workaround in the README.