With all the npm supply chain hacks going on, it makes me leery to install any js stuff.
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
Discussion
No replies yet.