Remotion Site
A modern video creation project built with Remotion.
Project Structure
src/compositions/- Video compositionssrc/components/- Reusable components (HeroSection, FeaturesSection, ShowcaseSection, FooterSection)src/theme.ts- Theme configurationsrc/Root.tsx- Main composition registrysrc/index.ts- Entry point
Getting Started
Prerequisites
- Node.js (v16 or higher)
- npm or yarn
Installation
npm install
Development
Start the Remotion Studio to preview and edit your videos:
npm start
Build
Render the video:
npm run build
This will create a video file at out/video.mp4.
Learn More
Description
Languages
TypeScript
100%