Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1005 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 1005 Bytes

Tight Feedback Loops With TDD and DevOps

A talk on tightening feedback loops with TDD and DevOps.

Looking for the slide deck?

It's right here!

Use your left and right arrow keys to move through the slides.

Development

Docs on remark are here.

Installation

Install dependencies with npm.

# install dependencies
$ npm install

Running

Run the talk with the npm start task.

# run tasks and serve
$ gulp

Adding a new section of slides to the talk

Slide sections for the talk live in the src/slides folder.

Slides in each section are written with Markdown syntax. Individual slides are separated with ---. Notes for each slide are preceded by ???.

To add a new section to the slideshow, you must reference it in the templates/index.jade template.