manim-website
manim-website copied to clipboard
Manim landing page.
Manim Website
This repository is the website deployed at manim.community.
This is a Gatsby project.
Build Site Locally
- Install Node and Yarn
- Install Manim Dependencies (namely LaTeX and FFmpeg)
- Install python dependencies (
pip install -r scripts/requirements.txt
) - Run
python scripts/build.py
- Run
yarn install
- Run
yarn develop
- See the site at
http://localhost:8000
Note: You won't be able to access /governance
because that page is from a private repository and requires authentication to fetch.
Code of Conduct
Our full code of conduct, and how we enforce it, can be read on our website.