orbitdb-archive/orbit

How to run this with js-ipfs on the browser

daviddias opened this issue · 2 comments

@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.

image

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.

The readme on master mentions:

image

Why was this removed?

Oh, I see now, there is an app within an app at the client folder