-
Get started for the first time:
git clone [email protected]:appliedtechnology/dnfs-material-slides.git cd dnfs-material-slides npm install npm start
-
Once you have done that the first time you can just start the slides with:
npm start
-
The starting point for the slides is http://localhost:4000/.
- Navigate to http://localhost:4000/search.
- Select the slides you want from the search input
- Press the submit button and Viola!!
- If you want to go back to the search view, press Left Shift twice (quickly)
- Hit O in the browser to get an overview of all slides in the slide deck
- Hit S in the browser to get to see the Speaker notes
- You can get a printer friendly version, by clicking the rotated salt banner in the top left corner.
- or by adding
?print-pdf
to the URL. Notice that that the?print-pdf
needs to go before any#
. So to print http://localhost:4000/#/course-intro write http://localhost:4000/?print-pdf/#/course-intro in the URL - Also notice that it will include all slide decks (for all days)
- or by adding