https://github.com/remotion-dev/template-code-hike
Beautiful code snippet animations
https://github.com/remotion-dev/template-code-hike
codehike remotion
Last synced: 6 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-24T09:52:07.000Z (8 months ago)
- Last Synced: 2025-08-10T01:21:34.128Z (8 months ago)
- Topics: codehike, remotion
- Language: TypeScript
- Homepage: https://www.remotion.dev/templates/code-hike
- Size: 210 KB
- Stars: 196
- Watchers: 1
- Forks: 17
- Open Issues: 1
-
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 run dev
```
**Change code snippets**
The snippets are located in the `public` folder.
Change the code or create new files in there.
**Render video**
```console
npx remotion render
```
**Upgrade Remotion**
```console
npx remotion 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).