WebTorrent.app is still under very active development. Expect a release very soon!
$ npm install
$ npm start
Builds app binaries for OS X, Linux, and Windows.
$ npm run package
To build for one platform:
$ npm run package -- [platform]
Where [platform]
is --darwin
, --linux
, or --win32
.
MIT. Copyright (c) Feross Aboukhadijeh.