Skip to content

[enhancement] Add .env.example to frontend directory #31

@pragnyanramtha

Description

@pragnyanramtha

Enhancement Description

The backend directory has a .env.example file, but the frontend directory doesn't. Users need to know to create frontend/.env.local with Supabase keys.

Location

frontend/ directory

Current State

  • backend/.env.example exists
  • frontend/.env.example does NOT exist

Suggested .env.example Content

NEXT_PUBLIC_SUPABASE_URL=your-supabase-project-url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-supabase-anon-key
NEXT_PUBLIC_API_URL=http://127.0.0.1:8000

Why This Matters

New contributors won't know what environment variables to set for the frontend without reading the README carefully.

Labels

enhancement, frontend, documentation, good first issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions