Presentation slides for Keycloak and Sling integration for Adapt.to 2018
- For the actual slides use presentation link .
To work on the presentation locally you can use any web server and refresh the pages. One good available almost anywhere is python http server:
python -m http.server
echo "View presentation http://0.0.0.0:8000/"
Once you are satisfied, commit and pusho your changes and view them online.
To create new presentations you should use reveal-cli npm package and of course, npm and node.
Install the tooling with npm install
.
Once that is done, you can create new reveal presentations with npx
: npx reveal new presentation-name
.