Schede di micro presentazione per risolvere necessità, cercare tecnologie appropriate, uscire dai cloud GAFAM.
Find a file
2017-03-01 19:07:23 -05:00
static All tests passes 2016-03-03 11:41:18 +02:00
templates Fix link in template 2016-03-03 12:04:42 +02:00
.dockerignore Updated reveal.js 2017-03-01 19:07:23 -05:00
.gitattributes Make it Linguist friendly 2016-03-05 12:26:01 +02:00
.gitignore Make build 2017-02-07 20:02:35 -05:00
.travis.yml Travis 2016-03-06 21:04:58 +02:00
app_test.go All tests passes 2016-03-03 11:41:18 +02:00
Dockerfile Ligtweight dockerfile 2017-02-07 20:02:51 -05:00
initial-slides.md Initial static files 2016-02-29 20:31:32 +02:00
LICENSE LICENSE 2016-03-03 15:09:12 +02:00
main.go Docs and starting prompt 2017-02-07 20:03:07 -05:00
Makefile Fix test 2017-02-07 20:06:16 -05:00
package.json Updated reveal.js 2017-03-01 19:07:23 -05:00
Readme.md Docs and starting prompt 2017-02-07 20:03:07 -05:00

Hacker Slides

Build Status

This repo is a reworked version of Sandstorm Hacker Slides which features easy set up run outside of Sandstorm and without vagrant-spk. Likewise you can publish and edit your previous markdown slides which is not supported in the original version.

Edit mode Published
1st 1st
2nd 2nd

To build and run it locally

go get
go run main.go

[GIN-debug] Listening and serving HTTP on :8080

And then you can just open http://127.0.0.1:8080 and it's ready to use with sample slides.

Run with docker

docker run -it -p 8080:8080  -v $(pwd)/slides:/app/slides msoedov/hacker-slides

Todos:

  • Docker image

Getting Help

For feature requests and bug reports submit an issue to the GitHub issue tracker