Learning Devops by building static sites
Presentation was built using reveal.js
-
Install Node.js (1.0.0 or later)
-
Clone the repository
$ git clone https://github.com/CMeza99/presentation--ci-cd-101.git
-
Navigate to the directory of the repoitory
$ cd presentation--ci-cd-101
-
Install dependencies
$ npm install
-
Serve the presentation and monitor source files for changes
$ npm start
-
Open http://localhost:8000 to view your presentation
You can change the port by using
npm start -- --port=8001
.