cody on Nostr: You might need to build from the source code. Download and install nodejs ...
You might need to build from the source code.
Download and install nodejs https://nodejs.org/en
# Clone this repository
git clone https://github.com/CodyTseng/jumble.git
# Go into the repository
cd jumble
# Install dependencies
npm install
# Build the app
npm run build:win
The executable file will be in the dist folder.
Download and install nodejs https://nodejs.org/en
# Clone this repository
git clone https://github.com/CodyTseng/jumble.git
# Go into the repository
cd jumble
# Install dependencies
npm install
# Build the app
npm run build:win
The executable file will be in the dist folder.