Files
gander/frontend/.env.example
Christopher Ahern fed1a2f288 Update theme and documentation (#7)
* Set default theme to light in `ThemeContext`

* Update README and environment configuration files for clarity and completeness and to reflect current project status

* Update dark theme colour scheme
2026-02-07 19:57:29 +00:00

5 lines
254 B
Plaintext

# Frontend environment variables
# Note that in Vite, all environment variables must be prefixed with VITE_ to be exposed to your frontend code.
VITE_API_URL=http://127.0.0.1:8080/api
VITE_STRIPE_PUBLISHABLE_KEY=<insert_your_stripe_publishable_key_here>