An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# GHRun
![image](/intro/screenshot.png)

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.