Find the right subtitles. Easy.
- Download the latest release (macOS, Windows, Linux)
- Caption App Repository
npm install
npm run devnpm run buildOutputs a static site to the dist/ directory.
Deployed to Cloudflare Workers. Make sure you're authenticated with npx wrangler login, then:
npm run build
npm run deploysrc/Application source codecomponents/React componentsindex.cssTailwind stylesmain.jsxEntry pointApp.jsxRoot component
public/Static assets (images, favicons)wrangler.jsoncCloudflare Workers configuration