Live data from Hacker News

5 minute fork

5minfork.com

1–10 of 36 posts

Re: 5 minute fork

#5
Great idea. I guess one could even do this with rails / django / node projects as long as they're being run in a sandbox, but that's probably way more work. Nevertheless, great. It happens so often that I see something on Github that simply lacks a live demo. Thanks!

Re: 5 minute fork

#6

Remy's block post about the idea and development: http://remysharp.com/2013/03/18/quick-dirty-forking/

Wouldn't it be more efficient to extract just the "working directory" without all the .git mess? That is if github supports git archive.

Re: 5 minute fork

#7
What this project does really wasn't clear to me until I tried reidrac's canvas-raycasting URL, so here is a (hopefully more clear) explanation:

If a github repo has an index.html file and you click on it, github will show you the source instead of the webpage. 5minfork shows you the webpage so that you can have an idea of what the repo is about.

Re: 5 minute fork

#9
post #7

What this project does really wasn't clear to me until I tried reidrac's canvas-raycasting URL, so here is a (hopefully more clear) explanation: If a github repo has an index.html file and you click on it, github will show you the source instead of the webpage. 5minfork shows you the webpage so that you can have an idea of what the repo is about.

If you don't mind, I'll pinch that and whack it on the index.html page.

Re: 5 minute fork

#10

I've found http://htmlpreview.github.com to be pretty useful as well. Any notable differences?

Apparently, 5 Minute Fork clones the whole repo and serves it up at its own subdomain and htmlpreview doesn't, so for example some single page JS apps (the one I tried is my own https://github.com/mikecrittenden/toogles) will work in 5 min fork and not htmlpreview.
Post reply on HN