initial commit

This commit is contained in:
Feross Aboukhadijeh
2016-01-02 16:01:08 +01:00
commit a1d69dbba7
7 changed files with 184 additions and 0 deletions

29
README.md Normal file
View File

@@ -0,0 +1,29 @@
# 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).