From 2b1515722a1852726cb8bb912455d429b5957f6b Mon Sep 17 00:00:00 2001 From: Alex Myasoedov Date: Thu, 3 Mar 2016 11:58:58 +0200 Subject: [PATCH] Initial readme file --- Readme.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..1184005 --- /dev/null +++ b/Readme.md @@ -0,0 +1,23 @@ +## Hacker Slides + +This repo is a reworked version of [Sandstorm Hacker Slides](https://github.com/jacksingleton/hacker-slides) which features easy set up run outside of Sandstorm and without vagrant-spk. Likewise you can publish and edit your previous slides in markdown. + +To build and run it locally +```go +go get +go run main.go + +[GIN-debug] Listening and serving HTTP on :8080 +``` + +And then you can just open [http://127.0.0.2:8080](http://127.0.0.2:8080) and it's ready to use. + +### Todos: +- Docker image + + +Getting Help +------------ + +For **feature requests** and **bug reports** submit an issue +to the GitHub issue tracker