Fix demo rendering and baseline requirements

This commit is contained in:
calesthio
2026-04-12 07:18:00 -07:00
parent cf3527fbbe
commit 1f2ed2f05d
8 changed files with 423 additions and 116 deletions

View File

@@ -1,4 +1,4 @@
.PHONY: setup install install-dev install-gpu test test-contracts lint clean preflight demo
.PHONY: setup install install-dev install-gpu test test-contracts lint clean preflight demo demo-list
# ---- One-command setup ----
@@ -47,10 +47,10 @@ demo:
@echo "==> Rendering zero-key demo videos (no API keys needed)..."
@echo " These use only Remotion components — animated charts, text, data viz."
@echo ""
./render-demo.sh
python render_demo.py
demo-list:
@./render-demo.sh --list
@python render_demo.py --list
lint:
python -m py_compile tools/base_tool.py