Part of the Visual Computing course given at National University of Colombia by Jean Pierre Charalambos and Andres Colubri.
Powered by reveal.
Made possible thanks to...
$ git clone https://github.com/VisualComputing/Transformations.git
$ git checkout gh-pages
|-- css/
|-- js/
|-- plugin/
|-- lib/
|-- fig/
|-- source.md
Refer to the reveal folder structure for more details, and to the Setup below.
External markdown and speaker notes, require that presentations run from a local web server. The following instructions will set up such a server as well as all of the development tasks needed to make edits to the slides source code.
$ cd Transformations
- Install dependencies
$ npm install
-
Edit the presentation contents using markdown in the
source.md
and adding figures as needed to thefig/
folder. -
Serve the presentation and monitor source files for changes
$ grunt serve
- Open http://localhost:8000 to view your presentation
You can change the port by using grunt serve --port 8001
.