videoconf/Readme.md

26 lines
705 B
Markdown
Raw Normal View History

2016-03-03 10:58:58 +01:00
## Hacker Slides
2016-03-03 11:04:42 +01:00
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.
![foo](https://sc-cdn.scaleengine.net/i/520e2f4a8ca107b0263936507120027e.png)
2016-03-03 10:58:58 +01:00
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
2016-03-03 11:04:42 +01:00
to the GitHub issue tracker