Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 772 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 772 Bytes

My Shower shows

  1. AngularJS is super cool
  2. 50 shades of PHP
  3. Another PHP
  4. Code Securely

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.

Start new show

Copy var/example to shows/<show-name>. Write.

Installation

Run:

bower install
php -S localhost:8000

Open: http://localhost:8000