https://github.com/scribu/wordcamp-lisbon-2012
https://github.com/scribu/wordcamp-lisbon-2012
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scribu/wordcamp-lisbon-2012
- Owner: scribu
- Created: 2012-12-22T18:25:12.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-27T02:25:04.000Z (over 13 years ago)
- Last Synced: 2024-10-18T15:53:32.973Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://scribu.net/slides/wordcamp-lisbon-2012/
- Size: 867 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/