var React = require('react') var ReactDOM = require('react-dom') var Router = require('react-router').Router var Route = require('react-router').Route var IndexRoute = require('react-router').IndexRoute var Redirect = require('react-router').Redirect var Link = require('react-router').Link var BoardsAPI = require('boards-api.js') // Load CSS require('normalize.css') require('skeleton.css') require('style.css') require('raleway.css') require('font-awesome.min.css') var opt, s = localStorage.getItem('ipfs-boards-settings') try { opt = JSON.parse(s) } catch(e){ // Do nothing } if(opt === null || opt === undefined) opt = { addr: 'localhost', port: 5001 } var ipfs = require('ipfs-api')(opt.addr || 'localhost',opt.port || 5001) var boards = new BoardsAPI(ipfs) // Components var Container = React.createClass({ render: function(){ return (
Not much is implemented...
You can try Opening my Profile though :)
More information about the project on GitHub
You don't have an IPFS node running at {opt.addr}:{opt.port}
or it is not reachable
The IPFS Boards prototype requires a full IPFS node running at localhost.
Please start one by following the
go-ipfs
documentation.
It's probably one of these issues:
{opt.addr}:{opt.port}
. Go to the Settings page, provide the correct address for the node, then save and reload the page.Still can't fix it? File a issue on GitHub, we'll be happy to help!
Sorry, there's nothing here!
Sorry, working on it!