Peer to peer magnet discovery.
Still a work in progress
To get the source code check it out from github and install its dependencies like so:
git clone https://github.com/piratechest/piratechest
cd piratechest
# Node modules need to be installed in two locations
npm install
cd app
npm install
cd ..
To run the application from source once its installed do the following:
npm run app
To build distributable binaries for the various platforms (windows, mac and linux) do the following:
npm run build
Pre-built binaries are soon to be made available at http://piratechest.github.io