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

Alex Myasoedov c25425b19f Merge branch 'master' of github.com:msoedov/hacker-slides %!s(int64=7) %!d(string=hai) anos
static 7de98eeea6 Update templates %!s(int64=7) %!d(string=hai) anos
templates 7de98eeea6 Update templates %!s(int64=7) %!d(string=hai) anos
.dockerignore a535f8fecd Updated reveal.js %!s(int64=7) %!d(string=hai) anos
.gitattributes 8e161e8054 Make it Linguist friendly %!s(int64=8) %!d(string=hai) anos
.gitignore bd64005c48 Make build %!s(int64=7) %!d(string=hai) anos
.travis.yml a751a0fd65 Travis %!s(int64=8) %!d(string=hai) anos
Dockerfile ec39b0506b Dockerfile for heroku %!s(int64=7) %!d(string=hai) anos
LICENSE 137c2b23c7 LICENSE %!s(int64=8) %!d(string=hai) anos
Makefile 045296dc84 Fix test %!s(int64=7) %!d(string=hai) anos
Readme.md 8d86d75b8d Update Readme.md %!s(int64=7) %!d(string=hai) anos
app_test.go b94899938d All tests passes %!s(int64=8) %!d(string=hai) anos
initial-slides.md d8becc44a2 Initial static files %!s(int64=8) %!d(string=hai) anos
main.go 9c26469d81 Accept port as a command line param %!s(int64=7) %!d(string=hai) anos
package.json a535f8fecd Updated reveal.js %!s(int64=7) %!d(string=hai) anos

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.

Demo

| 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