Class lectures for Advanced Archival Description, a graduate-level class taught at NYU, presented using reveal.js.
All lectures are written in Github-flavored Markdown, and can be accessed in a separate repository.
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.
-
Install Node.js
-
Install Grunt
-
Clone the reveal.js repository
$ git clone https://github.com/hakimel/reveal.js.git
-
Navigate to the reveal.js folder
$ cd reveal.js
-
Install dependencies
$ npm install
-
Serve the presentation and monitor source files for changes
$ grunt serve
-
Open http://localhost:8000 to view your presentation
You can change the port by using
grunt serve --port 8001
.