Installation git clone this repo to a local folder and run a development webserver from within the repo. For example using PHP's built in web server: php -S 127.0.0.1:8080 -t . The open http://127.0.0.1:8080/ in a web browser.