/HISTGA2031SlideDeck

Custom reveal.js for Advanced Archival Description lectures

Primary LanguageJavaScriptMIT LicenseMIT

Advanced Archival Description Slide Deck

Class lectures for Advanced Archival Description, a graduate-level class taught at NYU, presented using reveal.js.

Accessing Lectures

All lectures are written in Github-flavored Markdown, and can be accessed in a separate repository.

Full Local Installation

If you want to view slides as they appeared in class, you'll need to clone this entire repository and follow these instructions to set up reveal.js on your local machine.

  1. Install Node.js

  2. Install Grunt

  3. Clone the reveal.js repository

    $ git clone https://github.com/hakimel/reveal.js.git
  4. Navigate to the reveal.js folder

    $ cd reveal.js
  5. Install dependencies

    $ npm install
  6. Serve the presentation and monitor source files for changes

    $ grunt serve
  7. Open http://localhost:8000 to view your presentation

    You can change the port by using grunt serve --port 8001.