PechaKucha

Description

Seaside application for PechaKucha presentations. Uses Material Design Lite

Details

Source
GitHub
Dialect
pharo (40% confidence)
License
MIT
Stars
1
Created
Oct. 31, 2016
Updated
Oct. 20, 2018
Topics
pechakucha pharo

Categories

Web

README excerpt

Pecha Kucha
===========

![Web UI](webpage.png)

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.


![Seaside Control Panel](seasidecp.png)

[Open the application](http://localhost:8082/pechakucha).

This projet uses [MaterialDesignLite for Seaside](https://github.com/DuneSt/MaterialDesignLite)



← Back to results