A community fork of Jumble, made by and for music lovers
| .vscode | ||
| build | ||
| resources | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc.yaml | ||
| components.json | ||
| electron-builder.yml | ||
| electron.vite.config.ts | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| tsconfig.web.json | ||
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