https://github.com/brainstorm/slides_ipfs_2016
Presentation about IPFS and the GA4GH's Cancer Gene Trust
https://github.com/brainstorm/slides_ipfs_2016
Last synced: about 1 year ago
JSON representation
Presentation about IPFS and the GA4GH's Cancer Gene Trust
- Host: GitHub
- URL: https://github.com/brainstorm/slides_ipfs_2016
- Owner: brainstorm
- License: mit
- Created: 2016-11-14T16:46:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-12-05T04:56:46.000Z (over 6 years ago)
- Last Synced: 2025-02-08T15:25:03.305Z (over 1 year ago)
- Language: JavaScript
- Size: 2.63 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
This slide deck is based on the fantastic [reveal.js framework](https://github.com/hakimel/reveal.js).
## Quickstart
```
git clone https://github.com/brainstorm/slides_ipfs_2016
npm install
npm start
```
## Generate PDF
The builtin reveal.js PDF converter does not work properly, therefore I would suggest using [decktape](https://github.com/astefanutti/decktape):
```
$ docker run --rm --net=host -v `pwd`:/slides astefanutti/decktape http://:8000 slides.pdf
```