Sorry, but at the moment an external application is needed to try the Prototype
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.
Do you have a running node but the app won't work?
It's probably one of these issues:
Your IPFS node doesn't allow requests from the domain you're running the app from (CORS issue). See here for the fix.
Your IPFS node is not listening for API requests at {opt.addr}:{opt.port}. Go to the Settings page, provide the correct address for the node, then save and reload the page.
Some other networking issue is preventing the App from talking to your node.