30 lines
357 B
Markdown
30 lines
357 B
Markdown
# WebTorrent.app
|
|
|
|
### Streaming torrent client, for the desktop
|
|
|
|
## Dev
|
|
|
|
```
|
|
$ npm install
|
|
```
|
|
|
|
### Run
|
|
|
|
```
|
|
$ npm start
|
|
```
|
|
|
|
### Build
|
|
|
|
```
|
|
$ npm run build
|
|
```
|
|
|
|
Builds the app for OS X, Linux, and Windows, using [electron-packager](https://github.com/maxogden/electron-packager).
|
|
|
|
|
|
## License
|
|
|
|
MIT. Copyright (c) [Feross Aboukhadijeh](http://feross.org).
|
|
|