Slides and notes from a presentation I did on Lua for the Knoxville Coding Dojo.
To view locally:
- Install node, npm, and bower, if you haven't already done so.
- Run
bower install
to install Reveal.js. - Run a local web server to view the content. (If you have Python 3 installed, then
python -m http.server
works well.)