Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ur-whitelab/whitelab-slides
- Owner: ur-whitelab
- Created: 2020-03-09T04:52:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T09:23:10.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T15:11:15.277Z (9 months ago)
- Language: CSS
- Homepage: https://ur-whitelab.github.io/whitelab-slides
- Size: 13.4 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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
```