A simple web app to manage captions for your Mux videos.
First, create a Vercel project and set up a blob store. Then run:
npm install
vercel env pull .env.local
To start the SvelteKit server locally, you can use:
npm run dev
This project is under a MIT license.