Clone
Clone the repository to your computer.
git clone https://github.com/kdgosik/WDL_Tasks
cd WDL_Tasks/simple-explorer
Install
Install the necessary node modules needed to run the application.
npm install
Compile
You need to compile the app by using browserify. The following commnad is set to do that for you. More details in the package.json file.
npm run compile
Run App
This will start the app on localhost:12345
npm run start
Walk Through
Please check out the jupyter notebook IPFS_Walkthrough.ipynb for more information about IPFS and how to use the app.