A simple flexbox presentation.
This presentation was made with reveal.js.
If node.js is not installed in your environment:
$ mkvirtualenv --system-site-packages flexbox-presentation
(flexbox-presentation)$ pip install -r requirements.txt
(flexbox-presentation)$ nodeenv -p --iojs --prebuilt -c
With node.js installed:
(flexbox-presentation)$ npm install -g bower
(flexbox-presentation)$ bower install -p
$ mkdir bower_components
$ cd bower_components
$ wget https://github.com/hakimel/reveal.js/archive/3.0.0.tar.gz -O reveal.js-3.0.0.tar.gz
$ tar zxf reveal.js-3.0.0.tar.gz
$ mv reveal.js-3.0.0 reveal.js
To run the presentation you can either open the file locally or serve it so people can open the examples when following the talk and play with options in the dev tools.
To simply serve the example files on a local network:
$ cd examples
$ python -m SimpleHTTPServer
You can now direct people to open http://your.ip/ in a browser.
- Anxi lu tech talk - 2015/04/10 (v1.0)