These are the slides for the GE & GST lessons. Build with reveal.js.
For more information: limulo.net GE & GST homepage
In order to run this presentation you first need to install NodeJs: follow the instructions you find here to do that.
Then you must clone this repo, go inside its folder and:
- install all the necessary modules with
npm install
; - start the presentation with
npm start
.
In order to add new content to the presentation do one of the following operations:
- Edit the
index.html
file taking care of special data separator; - Edit the corresponding
.md
files inside the_slides
folder; - Add new images inside the
_images
folder or link them from the GE & GST repo; - Do the same with other kind of resources you may need (like sounds, videos, gif and so on).
There's no need to modify anything else.
Follow the instruction you find here:
The iframe background will not work if you are using a video starting from a specific point in time:
- both this vesrion ?t=2m18s;
- or this one ?start=123;
Follow the instruction found on these links: