Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cbertelegni/presentaciones
https://github.com/cbertelegni/presentaciones
gulp presentation-slides presentations reveal-js
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cbertelegni/presentaciones
- Owner: cbertelegni
- Created: 2018-05-09T01:27:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-14T17:15:01.000Z (almost 4 years ago)
- Last Synced: 2024-11-24T13:12:21.726Z (2 months ago)
- Topics: gulp, presentation-slides, presentations, reveal-js
- Language: HTML
- Homepage: https://cbertelegni.github.io/presentaciones/
- Size: 13.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Presentaciones
## INICIO
```bash
# clonar el proyecto
git clone [email protected]:cbertelegni/presentaciones.git
cd presentaciones
# actualizar modulos git
git submodule update
# instalar dependencias node
npm install
```Iniciar sevidor: `npm start`
Publicación gh-pages: `npm run gh-page`
### Créditos:
* Presentaciónes realizadas con [revealjs](https://github.com/hakimel/reveal.js)
Chrala de ejemplo: [slides-data-viz-web-d3](https://github.com/ptamarit/slides-data-viz-web-d3/blob/master/src/template/index.html)