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