Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jvillarejo/continuous-integration-presentation
https://github.com/jvillarejo/continuous-integration-presentation
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jvillarejo/continuous-integration-presentation
- Owner: jvillarejo
- License: other
- Created: 2015-06-16T20:22:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-16T20:30:08.000Z (over 9 years ago)
- Last Synced: 2023-03-24T00:30:28.444Z (over 1 year ago)
- Language: JavaScript
- Size: 2.34 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Slide Presentation Framework
I got fed up with using Powerpoint and Keynote to make and give presentations, so I wrote this framework. It uses slides in plain HTML, combined with themes, layouts, and slide transitions in CSS, and a small Javascript MVC framework for showing them.
You can read more about it in [this presentation, made with the framework.](http://briancavalier.com/code/slides/ "HTML Slide Presentation Framework")
## How do I use it?
### Quick start
1. Make sure you have [node and npm](http://nodejs.org)
1. Download/fork/clone this repo
1. `cd `
1. `npm install`
1. You may want to open index.html in your browser to read a bit more about the framework.
1. Put the content for all your slides in slides/slides.html
- There are example slides there now, so just follow the format.
1. Open `index.html` in your browser!