How to run this with js-ipfs on the browser
daviddias opened this issue · 2 comments
daviddias commented
@haadcode, I followed your instructions and after managing ipfs-daemon to install (through git clone and npm link), I got blocked at npm run build:app
, which is a script that doesn't exist.
I don't find the script to spawn orbit in the browser, looked throughout the other npm scrips and the makefile.
Also found this script: "publish": "npm run dist && cd bin/ && ipfs add -r dist/ && cd ..",
But since dist
doesn't exist, it doesn't work.
daviddias commented
daviddias commented
Oh, I see now, there is an app within an app at the client folder