Surface Area Presentation makER
- use the Makefile
- docs for manim-slides and manim-slides repo
manim example.py <name_of_class_in_file>
manim-slides <name_of_class_in_file>- convert to html with
make html - in build, clean it with
makefor vercel - figure it out
mkdir venv
python -m venv venv
source ./venv/bin/activatepip install -r requirements.txt- after activating venv
pip install urllib3==1.26.6 