44 lines
1002 B
Markdown
44 lines
1002 B
Markdown
# <img src="WebTorrent.png" width="35"> WebTorrent.app
|
|
|
|
[![Gitter][webtorrent-gitter-image]][webtorrent-gitter-url]
|
|
[![Travis Build][webtorrent-app-travis-image]][webtorrent-app-travis-url]
|
|
|
|
[webtorrent-gitter-image]: https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg
|
|
[webtorrent-gitter-url]: https://gitter.im/feross/webtorrent
|
|
[webtorrent-app-travis-image]: https://img.shields.io/travis/feross/webtorrent-app/master.svg
|
|
[webtorrent-app-travis-url]: https://travis-ci.org/feross/webtorrent-app
|
|
|
|
#### WebTorrent, the streaming torrent client. For OS X, Windows, and Linux.
|
|
|
|
<p align="center">
|
|
<img src="./static/screenshot.png" width="562" height="630" alt="screenshot" align="center">
|
|
</p>
|
|
|
|
## How to Contribute
|
|
|
|
### Install dependencies
|
|
|
|
```
|
|
$ npm install
|
|
```
|
|
|
|
### Run app
|
|
|
|
```
|
|
$ npm start
|
|
```
|
|
|
|
### Package app
|
|
|
|
Builds app binaries for OS X, Linux, and Windows.
|
|
|
|
```
|
|
$ npm run package
|
|
```
|
|
|
|
|
|
## License
|
|
|
|
MIT. Copyright (c) [Feross Aboukhadijeh](http://feross.org).
|
|
|