marimo-learn / Makefile
Vincent Warmerdam
i can delete these files ... right?
77b9c0b
raw
history blame
101 Bytes
build:
rm -rf _site
uv run scripts/build.py
serve:
uv run python -m http.server --directory _site