FormidableLabs/underscore-chain-talk

Name: underscore-chain-talk

Owner: Formidable

Description: Tech talk on the Underscore "chain" method.

Created: 2013-09-30 04:17:27.0

Updated: 2016-07-22 15:16:21.0

Pushed: 2013-10-01 16:20:04.0

Homepage: http://formidablelabs.github.io/underscore-chain-talk/

Size: 408

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Deck.js Starter

A simple, opinionated starter kit for deck.js presentations.

Introduction

Deck.js is a fantastic HTML-based approach to presentations. This project provides some basic Deck boilerplate, plugins and enhancements that I find really help quick authoring of presentations.

Features:

You can see a live demo of the starter kit, or review / fork the source at the starter GitHub repository.

Installation / Use

The easiest way to start with the starter git is to download a tarball or fork the GitHub repository:

$ git clone https://github.com/ryan-roemer/deck.js-starter.git my-presentation

To author using Jade, you will need Node.js installed, and to install the required packages:

$ cd my-presentation
$ npm install

From here, you can edit “index.jade” to add slides using either Jade or Jade with the Markdown enhancements (see source for demo on how to do this). Run the “watch” script to automatically build all of your changes into the final “index.html” file:

$ npm run-script watch

Or, you can do manual one-off builds:

$ npm run-script build

Licenses

All code not otherwise specified is Copyright 2012 Ryan Roemer. Released under the MIT License.

deck.js is Copyright Caleb Troughton and dual licensed under the MIT and GPL licenses.

The CodeMirror deck.js extension is Copyright Irene Ros and dual licensed under the MIT and GPL licenses.

The mnml deck.js theme is Copyright Laurens Duijvesteijn and dual licensed under the MIT and GPL licenses.

Included libraries:


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.