Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 578 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 578 Bytes

Strange Loop 2022 - Times Tech Guild

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.

Running the web server locally

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.