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 webVisit http://localhost:8888/ and put a Gist ID in the input form (ie: f00d643bd2b6620e8e7a65e1229b4acf from https://gist.github.com/Narno/f00d643bd2b6620e8e7a65e1229b4acf).