Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

Latest commit

 

History

History
47 lines (31 loc) · 954 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 954 Bytes

torrent-dbx

Build Status

torrent-dbx is an application that helps you download torrents remotely. This is how it works in a nutshell:

  1. Find a torrent to download
  2. torrent-dbx (this app) downloads the torrent through webtorrent
  3. Once the download is complete, you can download the file or send it to your Dropbox

Local Setup

Requirements

Clone the repo:

git clone [email protected]:kevgathuku/elm-torrent-dbx.git

Navigate to the repo directory

cd elm-torrent-dbx

Install the JavaScript dependencies:

yarn

Start the server:

yarn run start:server

Start the client:

yarn run dev