Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remotion-dev/template-code-hike
Beautiful code snippet animations
https://github.com/remotion-dev/template-code-hike
codehike remotion
Last synced: 4 months ago
JSON representation
Beautiful code snippet animations
- Host: GitHub
- URL: https://github.com/remotion-dev/template-code-hike
- Owner: remotion-dev
- Created: 2024-06-11T14:37:42.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T07:55:15.000Z (4 months ago)
- Last Synced: 2024-08-15T09:27:42.239Z (4 months ago)
- Topics: codehike, remotion
- Language: TypeScript
- Homepage: https://www.remotion.dev/templates/code-hike
- Size: 201 KB
- Stars: 161
- Watchers: 1
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remotion video
Welcome to your Remotion project!
## Commands
**Install Dependencies**
```console
npm i
```**Start Preview**
```console
npm start
```**Change code snippets**
The snippets are located in the `public` folder.
Change the code or create new files in there.**Render video**
```console
npm run build
```**Upgrade Remotion**
```console
bun run upgrade
```## More examples
Visit the [Code Hike examples](https://github.com/code-hike/examples/tree/main/with-remotion) for more variants of code animations.
## 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
Note that for some entities a company license is needed. [Read the terms here](https://github.com/remotion-dev/remotion/blob/main/LICENSE.md).