Local Development¶
Purpose¶
Get any of the 7 apps or the API Worker running on your own machine.
What's actually needed¶
A plain npm install at the repo root, then npm run dev:<app> - no Docker, no Kubernetes, no
local database server to stand up separately (D1 has a built-in local emulator via Wrangler).
Pages in this section¶
- Prerequisites - Node, npm, Wrangler, and what each is used for.
- First-time Setup - clone to first running app.
- Running Apps - every
dev:*/build:*command, and the local D1 emulator. - Troubleshooting - lockfile drift, portal-style drift, Wrangler local issues.