This presentation slide is presented at YoungInnovations Knowledge Sharing Wednesday.
-
Install Node.js
-
Install Grunt
-
Clone the repository
$ git clone https://github.com/manishgs/hookah-integration.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
.