This is a simple torrent app. It is built using Tint2 and webtorrent.
-
Install dependencies
npm install
-
Use Tint to execute your app. This is best used when developing. Once you're ready to bundle the app, see the next step.
tint main.js
-
To build and bundle the app:
tntbuild package.json
You'll find the bundled app in
/build
There is a .torrent file included in the repo if you don't want to be bothered to find one of your own.