Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manimcommunity/manim-website
Manim landing page.
https://github.com/manimcommunity/manim-website
community gatsbyjs hacktoberfest manim react website
Last synced: about 2 months ago
JSON representation
Manim landing page.
- Host: GitHub
- URL: https://github.com/manimcommunity/manim-website
- Owner: ManimCommunity
- License: bsd-3-clause
- Created: 2020-10-22T21:41:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T03:44:01.000Z (10 months ago)
- Last Synced: 2024-11-05T05:30:07.887Z (about 2 months ago)
- Topics: community, gatsbyjs, hacktoberfest, manim, react, website
- Language: JavaScript
- Homepage: https://www.manim.community
- Size: 11.5 MB
- Stars: 15
- Watchers: 6
- Forks: 12
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Manim Website
This repository is the website deployed at [manim.community](https://www.manim.community/).
This is a [Gatsby](https://www.gatsbyjs.com/) project.
## Build Site Locally
1. Install [Node](https://nodejs.org/en/download/) and [Yarn](https://classic.yarnpkg.com/en/docs/install)
2. Install [Manim Dependencies](https://docs.manim.community/en/stable/installation.html) (namely LaTeX and FFmpeg)
3. Install python dependencies (`pip install -r scripts/requirements.txt`)
6. Run `python scripts/build.py`
7. Run `yarn install`
8. Run `yarn develop`
9. 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](https://docs.manim.community/en/latest/conduct.html).