An open API service indexing awesome lists of open source software.

https://github.com/2rebi/slides


https://github.com/2rebi/slides

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Slides

## Basic Start

```shell
go get golang.org/x/tools/cmd/present
go install golang.org/x/tools/cmd/present

present
```

## Docker Start

```shell
docker run -d -p 3999:3999 hellp/slides
```

### Docker Build, Push

```shell
docker build --platform amd64 -t hellp/slides .
docker push hellp/slides
```

# License
[MIT License](LICENSE)