Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 707 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 707 Bytes

Electron + Remotion

An example project combining Electron, Vite, and Remotion for building video applications.

Electron + Remotion demo

🛫 Quick Setup

# clone the project
git clone https://github.com/avibn/electron-vite-remotion.git

# enter the project directory
cd electron-vite-remotion

# install dependency
npm install

# develop
npm run dev

# or to build
npm run build

📃 Sources