Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

delucis/generals-presentation

Repository files navigation

Generals Presentation

Slide deck for Harvard General Exams presentation by Chris Swithinbank, 31 August 2015, built using reveal.js

Run locally

  1. Install Node.js

  2. Install Grunt

  3. Clone the repository

    $ git clone https://github.com/delucis/generals-presentation.git
  4. Navigate to the generals-presentation folder

    $ cd generals-presentation
  5. Install dependencies

    $ npm install
  6. Serve the presentation

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

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

Releases

No releases published

Packages

No packages published