/fast-srt-subtitle

Make SRT Caption Fast!!!!

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Fast SRT Subtitle

Electron CD Github Pages

This project is inspired by wiwikuan/fast-srt-subtitle. See this YouTube video for details.

Demo

Live Demo

Deployment

The deployment script is descibed under .github/workflows/deploy.yml. If you have forked this project, you could easily deploy the project with GitHub Actions and GitHub Pages services by editing the custom domain:

- name: Setup Static Folder
  run: |
    echo "srt.coderemixer.com" > ./dist/CNAME

After editing the domain, activate the GitHub Pages in your repository settings, and it's all set.

Build Setup

# install dependencies
yarn

# serve with hot reload at localhost:8080
yarn dev

# serve with Electron
yarn electron:serve

# build for production with minification
yarn build

# build for Electron Apps
yarn electron:build

# build for production and view the bundle analyzer report
yarn build --report

Contribute Guide

TODO: CONTRIBUTE GUIDE

LICENSE

This project is licensed under GPLv3.