- Create feels-promo Remotion project for promotional videos - Implement FeelsPromoV1 with scenes matching App Store screenshots: - Hero scene with mood tracking - Widget + Apple Watch scene - Journal notes with photos - AI-powered insights with badge - Privacy & security features - Theme customization - Notification styles - Add screens folder with source assets and flow reference - Include phone frames, widget, and watch frame assets Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
55 lines
1.1 KiB
Markdown
55 lines
1.1 KiB
Markdown
# Remotion video
|
|
|
|
<p align="center">
|
|
<a href="https://github.com/remotion-dev/logo">
|
|
<picture>
|
|
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/remotion-dev/logo/raw/main/animated-logo-banner-dark.apng">
|
|
<img alt="Animated Remotion Logo" src="https://github.com/remotion-dev/logo/raw/main/animated-logo-banner-light.gif">
|
|
</picture>
|
|
</a>
|
|
</p>
|
|
|
|
Welcome to your Remotion project!
|
|
|
|
## Commands
|
|
|
|
**Install Dependencies**
|
|
|
|
```console
|
|
npm install
|
|
```
|
|
|
|
**Start Preview**
|
|
|
|
```console
|
|
npm run dev
|
|
```
|
|
|
|
**Render video**
|
|
|
|
```console
|
|
npx remotion render
|
|
```
|
|
|
|
**Upgrade Remotion**
|
|
|
|
```console
|
|
npx remotion 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
|
|
|
|
Note that for some entities a company license is needed. [Read the terms here](https://github.com/remotion-dev/remotion/blob/main/LICENSE.md).
|