This repository manages the general landing page for the Offgridplanner. The landing page will host general information and redirect users to a specific implementation of the app based on their needs.
Clone the repository and run:
uv venv # create a virtual environment
uv sync # install dependencies from pyproject.toml / uv.lockStart the app with
uv run app.py