patch.moi/docs/pages/guides/run-patch-locally.md
2026-05-16 00:33:10 +00:00

542 B

title description
Run Patch locally Install dependencies, start the service, and run checks.

Run Patch locally

Install from the repository root:

bun install

Start the service app:

bun run dev

Root scripts delegate into the workspace:

bun run check
bun run test
bun run docs:dev

Use explicit paths when you run the app package directly:

cd apps/patch
DATA_DIR=./data FEED_SOURCES_PATH=./feed-sources.json bun run dev

GET /healthz returns ok when the server is running.