LHSnow / umedev2022

The HTML Presentation Framework

Home Page:https://revealjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

irf-revealjs-presentation

Base IRF-flavour template for revealjs presentations

Getting started

To create a presentation using this template repository first

  1. fork this repository
  2. create your presentation by modifying index.html
  3. publish on github pages by pushing to your fork

To develop the presentation locally

  1. make sure node and its package manager npm is installed (LTS version is fine):
  2. run npm install (only needs to run once)
  3. run npm start to start a local web server to show the presentation at http://localhost:8000/
  4. develop index.html, the page will live update when modifications are made

About

The HTML Presentation Framework

https://revealjs.com

License:MIT License


Languages

Language:JavaScript 57.9%Language:HTML 25.0%Language:SCSS 16.2%Language:CSS 0.8%