windhamdavid 10 years ago
commit
c50f0c5e1c
2 changed files with 18 additions and 0 deletions
  1. 3 0
      .gitignore
  2. 15 0
      README.md

+ 3 - 0
.gitignore

@@ -0,0 +1,3 @@
+/node_modules/
+npm-debug.log
+.DS_Store

+ 15 - 0
README.md

@@ -0,0 +1,15 @@
+### Presentations with HTML5 & JavaScript (Node.js & Reveal.js)
+
+Thanks to https://github.com/hakimel/reveal.js/ & https://github.com/johnpolacek/controldeck.js/
+
+### Run
+
+$ npm install
+$ node app
+```
+[http://localhost:8881](http://localhost:8881)
+
+```html
+<script src="/socket.io/socket.io.js"></script>
+<script src="/controldeck-slides.js"></script>
+```