Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 406 Bytes

Readme.md

File metadata and controls

24 lines (15 loc) · 406 Bytes

Webpack presentation

Installation

  1. Clone this repository

  2. Install generator

    npm install -g generator-reveal

  3. Install bower globally

    npm install -g bower grunt

  4. Install dependencies

    npm install && bower install

  5. Run it

    npm run serve

Adding new slide

yo reveal:slide "Slide Title" --markdown --notes

Deploy to GitHub Pages

npm run deploy