Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ur-whitelab/whitelab-slides

Our reveal.js slide template
https://github.com/ur-whitelab/whitelab-slides

Last synced: about 1 month ago
JSON representation

Our reveal.js slide template

Awesome Lists containing this project

README

        

# whitelab slides

Build on [reveal.js](https://revealjs.com/), so check-out their demo.

## Install

You can download this as a zip file (code button top right on github). Make sure you have node installed on your machine. Then

```sh
npm i
npm start
```

To bundle with it is as small as possible:

```sh
npm build
```