Turns a GitHub Gist into a static Web page.
$ git clone https://github.com/PHPoole/gist.phpoole.org.git gist.phpoole.org
$ cd gist.phpoole.org
$ composer install
$ php -S localhost:8888 -t web
Visit http://localhost:8888/ and put a Gist ID in the input form (ie: f00d643bd2b6620e8e7a65e1229b4acf
from https://gist.github.com/Narno/f00d643bd2b6620e8e7a65e1229b4acf).