Files
transfer.sh-web/README.md

13 lines
229 B
Markdown
Raw Normal View History

2017-03-22 21:23:33 +01:00
# transfer.sh-web
This repository contains the web frontend for [transfer.sh](github.com/dutchcoders/transfer.sh/).
## Build
```
2018-06-26 18:16:40 +02:00
$ go get -u github.com/shuLhan/go-bindata/...
$ bower install
2017-03-22 21:23:33 +01:00
$ grunt build
$ go generate .
```