Skip to content

BusterLabs/Partyshare

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Partyshare

A free, open source file sharing application, built on the peer-to-peer hypermedia protocol IPFS.


It's a simple way to share files via IPFS.


Download

You can download the latest version at busterlabs.github.io/Partyshare. Please, report any issues you come across.

Contribute

Development

  1. Take a look at the open issues

  2. Assign any to yourself that you'd like to work on

  3. Start coding:

    $ curl -o- -L https://yarnpkg.com/install.sh | bash
    $ yarn install
    $ yarn start
    

Releases

Build Status

Releases are built by Travis CI, and automatically released on Github for every tagged commit pushed to master. To release a new version:

$ npm version
$ git push origin master --tags