Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilaborie/slides
https://github.com/ilaborie/slides
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ilaborie/slides
- Owner: ilaborie
- Created: 2017-09-03T09:16:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-05T21:35:17.000Z (over 6 years ago)
- Last Synced: 2024-11-11T00:35:05.651Z (2 months ago)
- Language: HTML
- Homepage: https://ilaborie.github.io/slides/
- Size: 172 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
This repository contains a Kotlin DSL to create sildes,
a NodeJS server to process things I don't want to do on JVM,
some slides of my talks.This is not a framework to share and enhance (at the time).
How to build slides:
1. grab node dependencies with `yarn`
2. run `npm start` to run the server
3. create your slides in `src/slides` with a `main`
4. add a gradle task to run your main (see examples in `build.gradle`)
5. run the gradle taskTODO
---* clean code
* document
* Thanks for resources