55 lines
876 B
Markdown
55 lines
876 B
Markdown
|
### Retrogaming-Vortreg - Slides
|
||
|
|
||
|
## Table of contents
|
||
|
|
||
|
1. Install [Node.js](http://nodejs.org/) (4.0.0 or later)
|
||
|
|
||
|
1. Clone the repository
|
||
|
```sh
|
||
|
$ git clone https://repos.ctdo.de/zeus/retrogaming-slides.git
|
||
|
```
|
||
|
|
||
|
1. Install the necessary Font locally on your computer
|
||
|
```
|
||
|
mkdir ~/.font
|
||
|
cp reveal.js/retrotalk/font/Nintendo\ DS\ BIOS.ttf \ ~/.font/
|
||
|
```
|
||
|
|
||
|
1. Navigate to the folder
|
||
|
```sh
|
||
|
$ cd reveal.js
|
||
|
```
|
||
|
|
||
|
1. Install dependencies
|
||
|
```sh
|
||
|
$ npm install
|
||
|
```
|
||
|
|
||
|
1. Serve the presentation and monitor source files for changes
|
||
|
```sh
|
||
|
$ npm start
|
||
|
```
|
||
|
|
||
|
1. 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
|