Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gangstead/holiday-mashup-lightning-talk
"How Nodeschool organizes with open source" talk for http://info.thoughtworks.com/dallas-meetup-mashup.html
https://github.com/gangstead/holiday-mashup-lightning-talk
Last synced: 24 days ago
JSON representation
"How Nodeschool organizes with open source" talk for http://info.thoughtworks.com/dallas-meetup-mashup.html
- Host: GitHub
- URL: https://github.com/gangstead/holiday-mashup-lightning-talk
- Owner: gangstead
- License: gpl-2.0
- Created: 2015-11-19T15:42:52.000Z (about 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-12-03T20:13:05.000Z (about 9 years ago)
- Last Synced: 2024-10-15T17:57:50.847Z (2 months ago)
- Language: CSS
- Size: 2.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# holiday-mashup-lightning-talk
Presentation "How Nodeschool organizes with open source" for http://info.thoughtworks.com/dallas-meetup-mashup.html# The Slides
### TL;DR [Slides here](https://gangstead.github.io/holiday-mashup-lightning-talk)Since the default branch is gh-pages, go to http://gangstead.github.io/holiday-mashup-lightning-talk to view the slides.
To view the slides locally start a [static http server](https://gist.github.com/willurd/5720255) from that directory. My preferred way:
```
# one time, to install the dependency
> npm install -g http-server# start the server in the base directory. -o flag opens browser
> http-server -o
```