This project is inspired by wiwikuan/fast-srt-subtitle. See this YouTube video for details.
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.
# 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
TODO: CONTRIBUTE GUIDE
This project is licensed under GPLv3.