Skip to content

avengineers/slides-template

 
 

Repository files navigation

Slides Template

This template provides a basic structure for creating beautiful presentations using reveal.js.

See the reveal.js documentation for more information.

Editing and viewing locally

  • 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 task Install dependencies.
    • To run the webserver, run npm start in the root folder of the repository or use the VS Code task Run local webserver.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 54.3%
  • CSS 22.9%
  • PowerShell 20.0%
  • Batchfile 2.8%