https://github.com/biantris/remotion-template-practice
https://github.com/biantris/remotion-template-practice
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/biantris/remotion-template-practice
- Owner: biantris
- License: mit
- Created: 2021-06-03T21:35:11.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-03T21:35:13.000Z (about 5 years ago)
- Last Synced: 2025-10-24T10:50:35.954Z (9 months ago)
- Language: TypeScript
- Size: 1.56 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Remotion + React Three Fiber Starter Template
[This is a template repository, click "Use this template" to create a repository based off this template!](https://github.com/JonnyBurger/remotion-template-three/generate)
This is a lightweight boilerplate for [Remotion](https://github.com/jonnyburger/remotion) with [React Three Fiber](https://github.com/pmndrs/react-three-fiber) and [@remotion/three](http://remotion.dev/docs/three) preinstalled.
- [Remotion documentation](https://remotion.dev)
- [React Three Fiber documentation](https://docs.pmnd.rs/react-three-fiber)
- [@remotion/three documentation](http://remotion.dev/docs/three)
This example features a phone with a screen. You can easily switch out the video and change a series of parameters, like size, color, aspect ratio, corner radius etc. of the phone.
You can also simply delete everything inside the canvas to start off with your own 3D project.
## Commands
**Start Preview**
```console
npm start
```
**Render MP4 video**
```console
npm run build
```
**Upgrade Remotion**
```console
npm run upgrade
```
## Docs
Get started with Remotion by reading the [fundamentals page](https://www.remotion.dev/docs/the-fundamentals).
## Issues
Found an issue with Remotion? [File an issue here](https://github.com/JonnyBurger/remotion/issues/new).
## License
Notice that for some entities a Remotion company license is needed.
Read [the Remotion License here](https://github.com/JonnyBurger/remotion/blob/main/LICENSE.md).
The content of this template is licensed under MIT.