An open API service indexing awesome lists of open source software.

https://github.com/zephinzer/nus14aug-govtech-slides

Reveal.js slides for CI/CD talk on the 14th of August 2017
https://github.com/zephinzer/nus14aug-govtech-slides

Last synced: 2 months ago
JSON representation

Reveal.js slides for CI/CD talk on the 14th of August 2017

Awesome Lists containing this project

README

        

# nus14aug
Reveal.js slides for CI/CD talk on the 14th of August 2017

# Setup

1. Install dependencies

```sh
$ npm install
```

2. Serve the presentation and monitor source files for changes

```sh
$ npm start
```

3. Open to view your presentation

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