Files
brammp_transfer.sh-web/README.md
2018-06-26 18:19:17 +02:00

13 lines
229 B
Markdown

# transfer.sh-web
This repository contains the web frontend for [transfer.sh](github.com/dutchcoders/transfer.sh/).
## Build
```
$ go get -u github.com/shuLhan/go-bindata/...
$ bower install
$ grunt build
$ go generate .
```