Schede di micro presentazione per risolvere necessità, cercare tecnologie appropriate, uscire dai cloud GAFAM.

Alex Myasoedov 33b85d84e5 Minor fixups il y a 7 ans
static 33b85d84e5 Minor fixups il y a 7 ans
templates 9de9378976 Fix link il y a 7 ans
.dockerignore a535f8fecd Updated reveal.js il y a 7 ans
.gitattributes 8e161e8054 Make it Linguist friendly il y a 8 ans
.gitignore bd64005c48 Make build il y a 7 ans
.travis.yml a751a0fd65 Travis il y a 8 ans
Dockerfile d6d181fdf5 Update dockerfile il y a 7 ans
LICENSE 137c2b23c7 LICENSE il y a 8 ans
Makefile 045296dc84 Fix test il y a 7 ans
Readme.md 7b61c3eb5e Docs and starting prompt il y a 7 ans
app_test.go b94899938d All tests passes il y a 8 ans
initial-slides.md d8becc44a2 Initial static files il y a 8 ans
main.go 9c26469d81 Accept port as a command line param il y a 7 ans
package.json a535f8fecd Updated reveal.js il y a 7 ans

Readme.md

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