Summary
The client reads several environment variables at build time but none of them are documented. New contributors have to grep the codebase to find which variables exist and what they control. A reference doc should list every variable with its name, purpose, required/optional status, and default value.
Scope
- List all
VITE_ environment variables consumed by the client
- For each: variable name, description of what it controls, whether it is required or optional, default value if optional
- Add a note on how to set up a local
.env file from the .env.example
- Document which variables are build-time only versus referenced at runtime
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram
Summary
The client reads several environment variables at build time but none of them are documented. New contributors have to grep the codebase to find which variables exist and what they control. A reference doc should list every variable with its name, purpose, required/optional status, and default value.
Scope
VITE_environment variables consumed by the client.envfile from the.env.exampleAcceptance Criteria
VITE_variables listed with name, description, required/optional, and default.envsetup instructions includeddocs/and is linked from the local setup guideETA: 12 hours
Coordinate on Telegram