A community fork of Jumble, made by and for music lovers
Find a file
codytseng 824e2ea9d5 🎉
2024-10-26 18:10:41 +08:00
.vscode 🎉 2024-10-26 18:10:41 +08:00
build 🎉 2024-10-26 18:10:41 +08:00
resources 🎉 2024-10-26 18:10:41 +08:00
src 🎉 2024-10-26 18:10:41 +08:00
.editorconfig 🎉 2024-10-26 18:10:41 +08:00
.eslintignore 🎉 2024-10-26 18:10:41 +08:00
.eslintrc.cjs 🎉 2024-10-26 18:10:41 +08:00
.gitignore 🎉 2024-10-26 18:10:41 +08:00
.prettierignore 🎉 2024-10-26 18:10:41 +08:00
.prettierrc.yaml 🎉 2024-10-26 18:10:41 +08:00
components.json 🎉 2024-10-26 18:10:41 +08:00
electron-builder.yml 🎉 2024-10-26 18:10:41 +08:00
electron.vite.config.ts 🎉 2024-10-26 18:10:41 +08:00
LICENSE 🎉 2024-10-26 18:10:41 +08:00
package-lock.json 🎉 2024-10-26 18:10:41 +08:00
package.json 🎉 2024-10-26 18:10:41 +08:00
postcss.config.js 🎉 2024-10-26 18:10:41 +08:00
README.md 🎉 2024-10-26 18:10:41 +08:00
tailwind.config.js 🎉 2024-10-26 18:10:41 +08:00
tsconfig.json 🎉 2024-10-26 18:10:41 +08:00
tsconfig.node.json 🎉 2024-10-26 18:10:41 +08:00
tsconfig.web.json 🎉 2024-10-26 18:10:41 +08:00

jumble

Yet another Nostr desktop client

Build from source

You can also build the app from the source code.

Note: Node.js >= 20 is required.

# 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:mac
# or npm run build:win
# or npm run build:linux

The executable file will be in the dist folder.

Donate

If you like this project, you can buy me a coffee :) codytseng@getalby.com

License

MIT