https://github.com/drawveloper/presentations
Presentations repository
https://github.com/drawveloper/presentations
Last synced: about 1 year ago
JSON representation
Presentations repository
- Host: GitHub
- URL: https://github.com/drawveloper/presentations
- Owner: drawveloper
- License: mit
- Created: 2013-03-12T10:33:36.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-11-15T12:59:49.000Z (over 10 years ago)
- Last Synced: 2024-12-20T03:13:34.662Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 31.6 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Presentations
This is my personal presentations repository, and a simple presentation workflow/framework.
It uses Grunt and Livereload,
enabling you to see the changes made to your presentations immediately.
Presentations are based on the excellent [Reveal.js](https://github.com/hakimel/reveal.js).
## Usage
It is very simple to use this as a bootstrap for your own presentations! You must have [node.js](http://nodejs.org/) installed.
Simply clone the repository and install the depencies:
git clone git://github.com/gadr90/presentations.git
cd presentations
npm install
npm install -g grunt-cli
You're done! Now run grunt:
grunt
And you can access your presentations under `localhost:1990/folder/index.html`
There's a default presentation at `reveal/index.html`. You can start from there.