Skip to content

ethchest/piratechest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 74.6%
  • CSS 21.3%
  • JavaScript 3.0%
  • HTML 1.1%