GHRun is a tool to run Github repositories online.
It can be used also as simple webhosting.
When you press the 'Run' button, the server downloads the repository. It might take a while.
Once finished, you'll be able to view the website.
The repository files are cached on the server for 24 hours, then they'll be downloaded again.
- Standart method:
- Visit the website, https://ghrun.markus1234.repl.co/
- In the
repository name
field put the name of the repository that you want to run. - Write author or organization that owns the repository in the second input field.
- Don't forget to select a branch to run.
- The last field is name of the file, that will be evaluated. For example, if you want to run a website, where the
index.html
file is in folderpublic
, you put therepublic/index.html
. - Wait until the server downloads the repository.
- Enjoy!
- Webhosting:
To get a link to run a repository, replace this with your data:
https://ghrun.markus1234.repl.co/run/REPOSITORY/AUTHOR/BRANCH/FILE
The FILE is name of the file that will be evaluated. It can be for examplepublic/scripts/index.html
All file types are supported. No files are evaluated on the server.
If you found any problems, please report them in Issues section.
Send your feedbacks here: https://github.com/markusprograms/GHRun/discussions/2