Problem
There is no documented start command or list of required environment variables. Contributors cloning the repo must inspect index.js to discover how to run the proxy.
Why now
Undocumented configuration causes onboarding friction and increases the chance of misconfigured deployments.
Acceptance criteria
- README.md lists every environment variable read by index.js with type, default, and description
- README.md includes a quickstart section with npm install and npm start
- package.json has a start script pointing to the correct entry point
Target files
Suggested validation
A developer with no prior context can run the proxy following only the README
npm start launches the server without error when env vars are set
Created by autobot — risk: low
Problem
There is no documented start command or list of required environment variables. Contributors cloning the repo must inspect index.js to discover how to run the proxy.
Why now
Undocumented configuration causes onboarding friction and increases the chance of misconfigured deployments.
Acceptance criteria
Target files
README.mdpackage.jsonSuggested validation
A developer with no prior context can run the proxy following only the READMEnpm start launches the server without error when env vars are setCreated by autobot — risk: low