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
- Host: GitHub
- URL: https://github.com/zephinzer/nus14aug-govtech-slides
- Owner: zephinzer
- License: mit
- Created: 2017-07-23T16:57:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-24T09:41:01.000Z (almost 8 years ago)
- Last Synced: 2025-02-01T18:26:48.039Z (4 months ago)
- Language: JavaScript
- Size: 1.65 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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`.