forked from complotti/dataEconomy
Update Readme.md
This commit is contained in:
parent
5569a0b541
commit
f9650c26e1
1 changed files with 8 additions and 3 deletions
11
Readme.md
11
Readme.md
|
@ -1,8 +1,13 @@
|
||||||
## Hacker Slides
|
## 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.
|
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 markdown slides which is not supported in the original version.
|
||||||
|
|
||||||
|
| Edit mode | Published |
|
||||||
|
|:-------------:|:-------:|:-------:|
|
||||||
|
|![1st](https://sc-cdn.scaleengine.net/i/520e2f4a8ca107b0263936507120027e.png)|![1st](https://sc-cdn.scaleengine.net/i/7ae0d31a40b0b9e7acc3f131754874cf.png)|
|
||||||
|
|![2nd](https://sc-cdn.scaleengine.net/i/5acba66070e24f76bc7f20224adc611e.png)|![2nd](https://sc-cdn.scaleengine.net/i/fee3e1374cb13b1d8c292becb7f514ae.png)|
|
||||||
|
|
||||||
|
|
||||||
![foo](https://sc-cdn.scaleengine.net/i/520e2f4a8ca107b0263936507120027e.png)
|
|
||||||
|
|
||||||
To build and run it locally
|
To build and run it locally
|
||||||
```go
|
```go
|
||||||
|
@ -12,7 +17,7 @@ go run main.go
|
||||||
[GIN-debug] Listening and serving HTTP on :8080
|
[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.
|
And then you can just open [http://127.0.0.1:8080](http://127.0.0.1:8080) and it's ready to use with sample slides.
|
||||||
|
|
||||||
### Todos:
|
### Todos:
|
||||||
- Docker image
|
- Docker image
|
||||||
|
|
Loading…
Reference in a new issue