https://github.com/flowup/presentations
https://github.com/flowup/presentations
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/flowup/presentations
- Owner: flowup
- Created: 2016-10-20T19:36:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T08:44:43.000Z (over 8 years ago)
- Last Synced: 2025-02-15T16:51:52.001Z (over 1 year ago)
- Language: Go
- Size: 201 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```