Files
dividing-sky-site/README.md

852 B

Remotion Site

A modern video creation project built with Remotion.

Project Structure

  • src/compositions/ - Video compositions
  • src/components/ - Reusable components (HeroSection, FeaturesSection, ShowcaseSection, FooterSection)
  • src/theme.ts - Theme configuration
  • src/Root.tsx - Main composition registry
  • src/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