Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.35 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.35 KB

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.