This repository contains my reveal.js-based presentation on Hana for C++Now 2015.
Go to https://ldionne.github.io/cppnow-2015-hana or open index.html
with
your browser.
From the root of the repository,
npm install
grunt serve &
and then connect to localhost:8000
to view locally.
index.html
is generated from index.in.html
. To generate index.html
,
mkdir build
cd build
cmake ..
make index