DeepGroundwater is a scientist-driven blog site to promote open science in hydrology and machine learning.
The below commands will set up your virtual env and allow you to host this site on your localhost using port 8000
pip install uv
uv venv
source .venv/bin/activate
uv pip install -e .
mkdocs serve