#Dispersion
A desktop application that allows users to save files on their IPFS local node.
##Getting Started
Please install IPFS before using Dispersion. You can download IPFS from the following link: https://ipfs.io/docs/install/
git clone https://github.com/Dispersionjs/Dispersion.git
cd Dispersion/app
npm run install:dispersion
npm start
This page is used to view and add files or entire applications to IPFS.
These files can then be staged for publish, downloaded or deleted from Dispersion.
Once a file is staged it appears on the publish page, where it can then be publish to your ipfs node's fixed IPNS.
Selecting the + icon will publish to your IPNS. This can be mapped to a specific domain name.
When selecting the pencil icon, the user can edit and save individual project files as well as manage a complete version history.
The settings can be accessed by clicking the gear icon in the top right corner of the application.
The settings displays the users peerID, MultAddr address(used to allow peers to add you to their trusted bootstrap list). It also allows you to add peers to your list as well as check the health of any content on ipfs, by displaying the number of nodes have pinned the content.