bridgefog / desktop

Home Page:http://bridgefog.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Desktop app

An Electron-based P2P streaming music application

screenshot

Development

Running tests assume you're already running IPFS locally, on the default port.

Get dependencies:

make init

To start the gulp bundle process, run:

source env.sh
# set up ipfs_endpoint variable to point to already running IPFS daemon used for tests
ipfs-select local
gulp

In a separate shell, start electron:

gulp electron

To avoid disowned and lost IPFS daemons, always kill the Electron app via Application Quit rather than ^C to gulp electron

If work on atm-ipfs-api is needed

It makes life easier to symlink your local atm-ipfs-api checkout to the node_modules in desktop

  1. Clone ipfs-api
  2. In the ipfs-api directory
    1. follow init instructions there
    2. run npm link (see more about npm-link here)
  3. In this directory, run npm link atm-ipfs-api

Distribution Builds

It's a failry manual process right now, but basically make build will get you a package for at least OSX, with more planned.

About

http://bridgefog.com


Languages

Language:JavaScript 95.4%Language:Shell 2.4%Language:CSS 1.2%Language:HTML 0.9%Language:Makefile 0.1%