https://github.com/clever/talks
slides!
https://github.com/clever/talks
Last synced: about 1 year ago
JSON representation
slides!
- Host: GitHub
- URL: https://github.com/clever/talks
- Owner: Clever
- License: apache-2.0
- Created: 2014-10-16T02:48:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-25T04:25:36.000Z (over 11 years ago)
- Last Synced: 2025-03-17T16:53:17.624Z (over 1 year ago)
- Language: Go
- Size: 3.09 MB
- Stars: 1
- Watchers: 68
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Talks
These talks can be viewed online at http://go-talks.appspot.com/github.com/Clever/talks/home.article
## Development
To render these talks locally, install the [present command](https://godoc.org/golang.org/x/tools/cmd/present) (requires Go):
```
$ go get golang.org/x/tools/cmd/present
```
Then run the present server in this directory:
```
$ $GOPATH/bin/present
```
Then you can view the talks in your web browser by going to http://127.0.0.1:3999.