https://github.com/yefim/todo-list-tech-talk
My second Chrome extension tech talk
https://github.com/yefim/todo-list-tech-talk
Last synced: 2 months ago
JSON representation
My second Chrome extension tech talk
- Host: GitHub
- URL: https://github.com/yefim/todo-list-tech-talk
- Owner: yefim
- Created: 2012-11-13T19:15:56.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-14T01:50:39.000Z (over 13 years ago)
- Last Synced: 2025-12-29T16:19:24.693Z (5 months ago)
- Size: 320 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Chrome Tech Talk by [Geoffrey Vedernikoff](http://twitter.com/yefim323)
========================================================================
## Install
* [wget](http://www.gnu.org/software/wget/) `brew install wget` because apparently Mac OS X does not come with it by default
* [node](http://nodejs.org) `brew install node`
* [CoffeeScript](http://coffeescript.org) `sudo npm install coffee-script -g`
* [Handlebars](http://handlebarsjs.com) `sudo npm install handlebars -g`