Description:
The "Setup Environment Variables" section in the README provides example .env files for server/ and bot/ but completely skips client/. The installation instructions say to create .env files in all three directories, so a beginner following the guide will be confused about what variables the frontend needs.
What is required: Add a client/.env example block in the README showing the required frontend environment variables (e.g. VITE_API_URL).
Level: 🟢 Beginner / 🟡 Easy-Intermediate (needs checking the actual client code to find what env vars are used)
Description:
The "Setup Environment Variables" section in the README provides example .env files for server/ and bot/ but completely skips client/. The installation instructions say to create .env files in all three directories, so a beginner following the guide will be confused about what variables the frontend needs.
What is required: Add a client/.env example block in the README showing the required frontend environment variables (e.g. VITE_API_URL).
Level: 🟢 Beginner / 🟡 Easy-Intermediate (needs checking the actual client code to find what env vars are used)