This repository contains my reveal.js-based presentation on compile-time programming for CppCon 2018.
Go to https://ldionne.com/cppcon-2018-compile-time-programming or open
index.html
with your browser. A PDF version of the slides is in slides.pdf
.
cd reveal
npm install # you can make sure that Python < 3 is used with `--python=python2.XYZ`
grunt serve --root=..
Then visit http://localhost:8000.