This is the source code for the frontend of the website of SV Eutingen.
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.