These are some scripts for making mirrors of TurboWarp.
If you have a GitHub account, it's easy to make your own mirror with a URL like: username.github.io/mirror/
- Fork the repository on GitHub. The name of the repository determines the path part of the mirror's URL.
- Go to the "Settings" tab on your fork > Pages > set Source to GitHub Actions.
- Go to the "Actions" tab on your fork > Enable actions > Deploy to GitHub Pages > Enable workflow.
- Wait a few minutes and go back to the Pages settings. There will be a link to the live version of your mirror.
The mirror will update automatically around once a week. You can manually trigger updates if you go to Actions > Deploy to GitHub Pages > Run workflow > Run on main
.
The mirror scripts are licensed under the MIT License (see LICENSE). The website generated by the mirror scripts is licensed under GPL 3.0.