選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

README.md 174 B

12345678910
  1. # transfer.sh-web
  2. This repository contains the web frontend for [transfer.sh](https://github.com/dutchcoders/transfer.sh/).
  3. ## Build
  4. ```
  5. $ grunt build
  6. $ go generate .
  7. ```