This repo contains the slides for Shane and Vicki's talk on how the New York Times Tech Guild built software to assist in their organizing process.
The slides are powered by reveal.js. The actual slide content lives in slides.md.
To run the reveal.js web server locally, run npm i
to install dependencies and
npm start
to start the web server. It will run on port 8000, and can be
accessed in your browser at http://localhost:8000.