Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.29 KB

README.md

File metadata and controls

53 lines (31 loc) · 1.29 KB

PSU Capstone 2014 Team B: Project Announcement Presentation

This is an HTML based presentation for PSU's Fall/Winter 2014 Capstone program, Team B.

This presentation is our end-of-first-quarter project description and announcement.

reveal.js

reveal.js is utilizated to create this presentation. More informaton on reveal.js can be found at the project website, which describes how to use reveal.js and such.

How to view/edit/develop:

To do local development:

  1. Install Node.js

  2. Install Grunt

  3. Clone this repo to your local machine

    $ git clone http://github.com/PSU-Capstone-2014-B/announcement_presentation
  4. Navigate to the project folder

$ cd announcement_presentation
  1. Install dependencies

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

    $ grunt serve
  3. Open http://localhost:8000 to view the presentation

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

  4. To edit the presentation edit the index.html file, all presentation content is in that file.

License

MIT licensed

reveal.js is Copyright (C) 2014 Hakim El Hattab, http://hakim.se