An example project combining Electron, Vite, and Remotion for building video applications.
# 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