My Shower shows
This repo also provides a simple framework which helps with preparing the shows if you know some php.
See helpers.php for available functions.
Use compile.php to build the HTML version of the show:
php compile.php <show-name>
See example show for a quick-start.
Driven by Shower Presentation Engine.
Copy var/example
to shows/<show-name>
. Write.
Run:
bower install
php -S localhost:8000
Open: http://localhost:8000