diff --git a/README.md b/README.md new file mode 100644 index 0000000..cbfe055 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# transfer.sh-web + +This repository contains the web frontend for [transfer.sh](github.com/dutchcoders/transfer.sh/). + +## Build + +``` +$ grunt build +$ go generate . +```