antiboredom / ffmpeg-explorer

Create and render complex ffmpeg filtergraphs in the browser.
https://ffmpeg.lav.io
446 stars 17 forks source link

How to fork? #20

Closed jumpjack closed 8 months ago

jumpjack commented 8 months ago

How can I create a clone of https://ffmpeg.lav.io/ to start from? I forked the repo, but index.html is empty.

antiboredom commented 8 months ago

Hi - the project is built with svelte/vite so for local development you'll need to have node installed. Then you can cd into the folder and run

npm install
npm run dev