You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 11, 2026. It is now read-only.
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)