Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 458 Bytes

File metadata and controls

17 lines (13 loc) · 458 Bytes

Offgridplanner Landing Page

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.

Setup (using uv)

Clone the repository and run:

uv venv        # create a virtual environment
uv sync        # install dependencies from pyproject.toml / uv.lock

Start the app with

uv run app.py