Make sure you have Ruby installed on your machine. Ruby comes installed on Macs.
Clone the repository using git clone or download a zip file from the repository.
cd
into this directory.- Run
ruby -run -e httpd . -p 5000
- Go to localhost:5000 in your browser.
You can also just open the index.html file in a browser by going to file > open -- but it will not load anything from the CDNs (bootstrap, jquery) so you can't use any scripts with this setup.