System Requirements:
Ensure you have installed Node.js.
Open http://localhost:3000 in your browser to view the result.
You can start editing the page by modifying src/app/[locale]/page.tsx
. The page will auto-update as you edit the file.
Click the button below to deploy Subtitle Translator to the Vercel platform with one click:
With Vercel, you can quickly host your project, and it automatically handles building and deployment—ideal for users without complex server configuration needs.
Click the button or link below to fork this project, then follow the steps to deploy it on Cloudflare Pages:
Deployment steps:
npm run build
out
NODE_VERSION
with the value 22.14.0
🎉 Once completed, you’ll be able to access your subtitle translator page!
If you prefer to run the application in a containerized environment, you can use the following methods to run Subtitle Translator via Docker:
Once running, you can access it at http://localhost:3000.
You can also deploy using a docker-compose.yml
file:
Run the command docker-compose up -d
to start the service.