This template provides a basic structure for creating beautiful presentations using reveal.js.
See the reveal.js documentation for more information.
-
Create a new repository using this template.
-
Clone the respective repository including submodules:
git clone --recurse-submodules <repoUrl>
-
For editing the slides I recommend using Visual Studio Code.
-
I prefer to use markdown to create my slides, you need to install and run a local webserver to view them:
- In case you do not have nodejs on your machine and you are using Windows, just execute
install.bat
. - To install the webserver, run
npm install
in the root folder of the repository or use the VS Code taskInstall dependencies
. - To run the webserver, run
npm start
in the root folder of the repository or use the VS Code taskRun local webserver
.
- In case you do not have nodejs on your machine and you are using Windows, just execute