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.
git clone https://github.com/markusprograms/GHRuncd GHRun/srcnpm installsudo npm start- Visit
http://localhost/
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.
The server cache is purged every 24 hours and every time the script is run.
