Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 543 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 543 Bytes

Website SV Eutingen 1947 e.V.

This is the source code for the frontend of the website of SV Eutingen.

Environment Variables

This project requires the following environment variables to be set:

  • SUBDOMAIN: The subdomain for the application (e.g., www).
  • BACKEND_API: The url of the backend api (e.g., https://api.sv-eutingen.de).
  • PREVIEW: Whether the application is running in preview mode (e.g., true).

Ensure these variables are set in your .env file before running the application.