- Install Node 22+ and pnpm 10+.
- Run
pnpm install. - Start the web app with
pnpm dev. - Start the worker with
pnpm dev:workerordocker compose up --build.
- Use conventional commits.
- Run
pnpm lint,pnpm typecheck,pnpm test, andpnpm buildbefore opening a PR. - Keep browser-side file processing local unless the worker path is explicitly selected.