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: 2. Clone the Jumble repo: git clone 3. Navigate into the project folder: cd jumble 4: Install dependencies: npm install 5: Start it up: npm run dev