SyRenity / piratechest

Peer to peer magnet discovery

Home Page:http://piratechest.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

piratechest

PirateChest

Peer to peer magnet discovery.

Still a work in progress

Development

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 ..

Run development version

To run the application from source once its installed do the following:

npm run app

Build

To build distributable binaries for the various platforms (windows, mac and linux) do the following:

npm run build

Pre-built binaries

Pre-built binaries are soon to be made available at http://piratechest.github.io

About

Peer to peer magnet discovery

http://piratechest.github.io


Languages

Language:CoffeeScript 59.1%Language:Shell 21.2%Language:CSS 16.2%Language:JavaScript 2.4%Language:HTML 1.0%