-
Install Node.js (1.0.0 or later)
-
Install Grunt
-
Clone the repository
$ git clone https://github.com/NVISIA/devops-session.git
-
Navigate to the folder
$ cd devops-session
-
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
.
Navigate to the devops.md file to view the presentation as one page.