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

https://github.com/flowup/presentations


https://github.com/flowup/presentations

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# FlowUp slides from workshops and presentations

## Running the presentation

```bash
present
```

[Open the browser](http://127.0.0.1:3999)

## Install golang present tool if you don't have it

```bash
go get -u golang.org/x/tools/cmd/present
```