13 lines
229 B
Markdown
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 .
|
|
```
|