https://github.com/lhr0909/videos
My Video Snippets Made with Remotion
https://github.com/lhr0909/videos
Last synced: 8 months ago
JSON representation
My Video Snippets Made with Remotion
- Host: GitHub
- URL: https://github.com/lhr0909/videos
- Owner: lhr0909
- Created: 2021-11-28T09:59:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-28T15:21:09.000Z (almost 4 years ago)
- Last Synced: 2025-01-11T16:13:32.972Z (9 months ago)
- Language: TypeScript
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simon's Video Projects
I will keep all the video produced by [Remotion](https://www.remotion.dev) in this repository.
## Commands
**Start Preview**
```console
npm start
```**Render video**
```console
npm run build
```**Server render demo**
```console
npm run server
```See [docs for server-side rendering](https://www.remotion.dev/docs/ssr) here.
**Upgrade Remotion**
```console
npm run upgrade
```## Docs
Get started with Remotion by reading the [fundamentals page](https://www.remotion.dev/docs/the-fundamentals).
## Help
We provide help [on our Discord server](https://discord.gg/6VzzNDwUwV).
## Issues
Found an issue with Remotion? [File an issue here](https://github.com/remotion-dev/remotion/issues/new).
## License
Notice that for some entities a company license is needed. Read [the terms here](https://github.com/remotion-dev/remotion/blob/main/LICENSE.md).