Seaside application for PechaKucha presentations. Uses Material Design Lite
Pecha Kucha
===========

Put `PKSlides` under the image folder.
Edit the slides, add your own.
Images can go directly under images.
Same as CSS and Javascript.
These are served by the image as well.
Load the package:
```Smalltalk
Metacello new
githubUser: 'Pharophile'
project: 'PechaKucha'
commitish: 'master'
path: 'packages';
baseline: 'PechaKucha';
onWarningLog;
load
```
The loading executes:
```Smalltalk
PKApplication declareApplicationAndStartServer.
```
This starts a server on port 8082.

[Open the application](http://localhost:8082/pechakucha).
This projet uses [MaterialDesignLite for Seaside](https://github.com/DuneSt/MaterialDesignLite)