https://github.com/markusprograms/ghrun
GHRun is tool to run Github repositories online without downloading any files.
https://github.com/markusprograms/ghrun
easy-to-use free github online repository run without-downloading-files
Last synced: 24 days ago
JSON representation
GHRun is tool to run Github repositories online without downloading any files.
- Host: GitHub
- URL: https://github.com/markusprograms/ghrun
- Owner: markusprograms
- License: mit
- Created: 2023-04-26T19:19:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-12T13:32:04.000Z (over 2 years ago)
- Last Synced: 2025-01-23T06:44:55.184Z (about 1 year ago)
- Topics: easy-to-use, free, github, online, repository, run, without-downloading-files
- Language: HTML
- Homepage: https://ghrun.markus1234.repl.co
- Size: 403 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GHRun

GHRun is a free open-source tool for quick **cloning and evaluating GitHub repositories**.
The server hosts **static files only**, no code is evaluated on the backend.
## Setup
1. `git clone https://github.com/markusprograms/GHRun`
2. `cd GHRun/src`
3. `npm install`
4. `sudo npm start`
5. Visit `http://localhost/`
## How to use
Enter the fields with the repository data and click "Run repository". You will be redirected to a loading page and the cloning process will begin.
The page will be refreshed as soon as the repository is ready. Now you can freely browse the page.
## Notes
The server cache is purged every 24 hours and every time the script is run.