An open API service indexing awesome lists of open source software.

https://github.com/scribu/wordcamp-lisbon-2012


https://github.com/scribu/wordcamp-lisbon-2012

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

## Setup

Have node.js and npm installed.

```bash
# Install CoffeeScript (and cake)
npm install -g coffee-script

# Install dependencies
cd slides
npm install

## Usage

```bash
# Build HTML page
cake build

# View slides
firefox index.html
```

## Credits

* http://laktek.com/2012/04/27/create-quick-html5-presentations-with-punch/