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

https://github.com/gernest/vectypresent


https://github.com/gernest/vectypresent

golang gopherjs present presentation vector

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# vectypresent

Go presentation tool with vecty frontend

Please check this [demo](https://vectypresent.bq.co.tz) of the tool rendering
the go/talks repo.

This is a fork of [go present tool](https://github.com/golang/tools/tree/master/cmd/present) that uses vecty as the frontend.

# Installation

```
go get github.com/gernest/vectypresent
```

# Usage

```
vectypresent serve /path/to/directory/with/*.slides
```

A quick way to test is to clone the go talks repo

```
git clone https://github.com/golang/talks.git

vectypresent serve talks/
```

Open your browser on localhost:8080 to browse for the slides presentation

## TODO

- [x] render slides
- [x] render articles
- [x] render directories
- [x] render raw files
- [ ] render notes