Skip to content

dsh0416/fast-srt-subtitle

This branch is 42 commits ahead of, 9 commits behind wiwikuan/fast-srt-subtitle:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1274e51 · Jan 28, 2021

History

56 Commits
Jan 28, 2021
Mar 14, 2020
Mar 14, 2020
Mar 18, 2020
Mar 14, 2020
Mar 14, 2020
Mar 14, 2020
Mar 14, 2020
Mar 14, 2020
Mar 18, 2020
Mar 14, 2020
Mar 17, 2020
Mar 18, 2020
Mar 14, 2020
Aug 27, 2020
Aug 27, 2020

Repository files navigation

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.

About

Make SRT Caption Fast!!!!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.5%
  • Vue 32.8%
  • HTML 0.7%