Skip to content

TypeFunc/lam-cal-slides.js

Repository files navigation

Slides for Lambda Calculus Crash Course

These slides are based on reveal.js---a framework for creating slides in HTML and presenting them in a web browser. Check out the live demo.

Quick Start

Here is a quick-start guide to viewing these slides in the browser. (For more details, go to the official reveal.js repository.)

  1. Install Node.js (4.0.0 or later).

     $ sudo apt-get update
     $ sudo apt-get install nodejs
     $ sudo apt-get install npm
    
  2. Clone this repository.

     $ git clone [email protected]:TypeFunc/lam-cal-slides.js.git
    
  3. Navigate to the lam-cal-slides.js folder and install dependencies.

     $ cd lam-cal-slides.js
     $ npm install
    
  4. Serve the presentation and monitor source files for changes.

     $ npm start
    
  5. Open a webbroswer and navigate to http://localhost:8000 to view the presentation.

Licenses

The reveal.js platform is covered by the MIT license:

Copyright (C) 2016 Hakim El Hattab, http://hakim.se

The content in the inputs directory is covered by the MIT license:

Copyright (C) 2017 William DeMeo, http://williamdemeo.org