Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 635 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 635 Bytes

Note: Cannot use the pubsub provider with Cloudflare to run a subplebbit because Cloudflare timesout the keepalive connection after 2 minutes, and the IPFS HTTP client doesn't automatically reconnect.

Install and start

npm install
node start [--pubsub-logs]

Install and start with Docker

./start-docker.sh

Test locally

node start
# in another terminal
node test-local

Test remote

  • Edit URL in test-remote.js
# on server
node start
# locally
node test-remote

Guides