Internals
Contributor specs live in the GitHub repository, not on these pages:
Client source: client/. A git clone’s pip install -e . (or python client_build.py) compiles that Vue app into reviewdistill/web/static/. That compile needs Node ≥ 22 and pnpm. reviewdistill ui then serves the files; it does not run Node.
After UI work, pnpm --dir client dev proxies /api from Vite on :5173 while the API is already on :8765. Rebuild packaged assets before relying on reviewdistill ui again. Tests and linters: pip install -e ".[dev]".