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

https://github.com/flowdev/present-go


https://github.com/flowdev/present-go

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

          

# Presentations created with the Go present tool

The present tool can be found here: `go get golang.org/flowdev/present-tool`

Start presentation in this directory:
```sh
./bin/present -content 2025/comb -notes
```

Get rendered HTML of presentation:
```sh
curl http://127.0.0.1:3999/present.slide > present.html
```