This page contains the source for the presentation I gave for CodaPay as part of the Lunch & Learn Session.
This presentation is done using Remark.js, an in-browser slideshow generator.
click on the image to see the slides directly in-browser:
The source for the slides are available on github:
To run this presentation, run the following command at the root of this folder:
python -m http.server
if you have python2.x instead of python3.x then run this command instead:
python -m SimpleHTTPServer 8000
you can then open your browser at http://localhost:8000/presentation.html
This work is licensed under a Creative Commons Attribution 4.0 International License.
Lucien Loiseau, November, 2020