To run it locally install nodejs and
cd ./docs
npm install
npm startOpen http://localhost:8000 to view your presentation
You can change the port by using npm start -- --port=8001
Hint. In case you experience issue on mac os with npm try
npm install -g npm-check-updates
npm-check-updates -u
npm install