Skip to content

chazmcgarvey/talk-introduction-to-psgi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slides for "Introduction to PSGI"

This directory contains the slides for my talk entitled "Introduction to PSGI".

The slides were written in Markdown format and can be rendered with remark.

Options

To view the slides:

make run

To build slides and run as a PSGI app:

make run-app

To build a PDF version of the slides:

make pdf