This repository has been archived on 2021-01-24. You can view files and clone it, but cannot push or open issues or pull requests.
retrogaming-slides/reveal.js
zeus 239d56abb6 initial commit 2018-07-22 04:56:48 +02:00
..
css initial commit 2018-07-22 04:56:48 +02:00
js initial commit 2018-07-22 04:56:48 +02:00
lib initial commit 2018-07-22 04:56:48 +02:00
plugin initial commit 2018-07-22 04:56:48 +02:00
retrotalk initial commit 2018-07-22 04:56:48 +02:00
test initial commit 2018-07-22 04:56:48 +02:00
.gitignore initial commit 2018-07-22 04:56:48 +02:00
.travis.yml initial commit 2018-07-22 04:56:48 +02:00
CONTRIBUTING.md initial commit 2018-07-22 04:56:48 +02:00
Gruntfile.js initial commit 2018-07-22 04:56:48 +02:00
LICENSE initial commit 2018-07-22 04:56:48 +02:00
README.md initial commit 2018-07-22 04:56:48 +02:00
bower.json initial commit 2018-07-22 04:56:48 +02:00
index.html initial commit 2018-07-22 04:56:48 +02:00
notices initial commit 2018-07-22 04:56:48 +02:00
package-lock.json initial commit 2018-07-22 04:56:48 +02:00
package.json initial commit 2018-07-22 04:56:48 +02:00
slides.md initial commit 2018-07-22 04:56:48 +02:00

README.md

Retrogaming-Vortreg - Slides

Table of contents

  1. Install Node.js (4.0.0 or later)

  2. Clone the repository

    $ git clone https://repos.ctdo.de/zeus/retrogaming-slides.git
    
  3. Install the necessary Font locally on your computer

    mkdir ~/.font
    cp reveal.js/retrotalk/font/Nintendo\ DS\ BIOS.ttf \ ~/.font/
    
  4. Navigate to the folder

    $ cd reveal.js
    
  5. Install dependencies

    $ npm install
    
  6. Serve the presentation and monitor source files for changes

    $ npm start
    
  7. Open http://localhost:8000 to view your presentation

    You can change the port by using npm start -- --port=8001.

Folder Structure

License

reveal.js

MIT licensed

Copyright (C) 2017 Hakim El Hattab, http://hakim.se

Retrotalk

CC-BY-SA-NC-4.0

zeus@ctdo.de