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 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.
To do local development:
-
Install Node.js
-
Install Grunt
-
Clone this repo to your local machine
$ git clone http://github.com/PSU-Capstone-2014-B/announcement_presentation
-
Navigate to the project folder
$ cd announcement_presentation
-
Install dependencies
$ npm install
-
Serve the presentation and monitor source files for changes
$ grunt serve
-
Open http://localhost:8000 to view the presentation
You can change the port by using
grunt serve --port 8001
. -
To edit the presentation edit the index.html file, all presentation content is in that file.
MIT licensed
reveal.js is Copyright (C) 2014 Hakim El Hattab, http://hakim.se