https://github.com/blakmatrix/hapiday2014talk
https://github.com/blakmatrix/hapiday2014talk
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blakmatrix/hapiday2014talk
- Owner: blakmatrix
- License: mit
- Created: 2014-12-11T11:29:18.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-11T22:53:19.000Z (about 11 years ago)
- Last Synced: 2024-02-29T14:34:26.361Z (almost 2 years ago)
- Language: JavaScript
- Size: 3.72 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
### How to View
Some reveal.js features, like external markdown and speaker notes, require that presentations run from a local web server. The following instructions will set up such a server as well as all of the development tasks needed to make edits to the reveal.js source code.
1. Install [Node.js](http://nodejs.org/)
2. Install [Grunt](http://gruntjs.com/getting-started#installing-the-cli)
3. Install dependencies
```sh
$ npm install
```
4. Serve the presentation and monitor source files for changes
```sh
$ grunt serve
```
5. Open to view your presentation
You can change the port by using `grunt serve --port 8001`.
## License
MIT licensed
Copyright (C) 2014 Hakim El Hattab, http://hakim.se