Skip to content

drts01/presentation--ci-cd-101

Repository files navigation

Build Status

presentation--ci-cd-101

Learning Devops by building static sites

Presentation was built using reveal.js

Run locally

  1. Install Node.js (1.0.0 or later)

  2. Clone the repository

    $ git clone https://github.com/CMeza99/presentation--ci-cd-101.git
  3. Navigate to the directory of the repoitory

    $ cd presentation--ci-cd-101
  4. Install dependencies

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

    $ npm start
  6. Open http://localhost:8000 to view your presentation

    You can change the port by using npm start -- --port=8001.