Formazione all'uso consapevole del PC/smartphone online ed offline.
static | ||
templates | ||
.dockerignore | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
app_test.go | ||
Dockerfile | ||
initial-slides.md | ||
LICENSE | ||
main.go | ||
Makefile | ||
package.json | ||
Readme.md |
Hacker Slides
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 | |
---|---|---|
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