Join Nostr
2025-11-18 14:07:16 UTC

Jumble on Nostr: Sad to share that Jumble is also hosted on Cloudflare, you might encounter access ...

Sad to share that Jumble is also hosted on Cloudflare, you might encounter access issues, though it seems unaffected for now.

But trust me, running Jumble locally is super easy! Here’s how:

1. Install Node.js:
https://nodejs.org/en/download

2. Clone the Jumble repo:
git clone https://github.com/CodyTseng/jumble.git

3. Navigate into the project folder:
cd jumble

4: Install dependencies:
npm install

5: Start it up:
npm run dev