refactor: remove electron-related code
This commit is contained in:
26
README.md
26
README.md
@@ -17,23 +17,8 @@ A beautiful nostr client focused on browsing relay feeds
|
||||
- **Relay-Friendly Design:** Minimized and simplified requests ensure efficient communication with relays
|
||||
- **Relay Groups:** Easily manage and switch between relay groups
|
||||
- **Clean Interface:** Enjoy a minimalist design and intuitive interactions
|
||||
- **Cross-Platform:** Available on macOS, Windows, Linux, and web browsers
|
||||
|
||||
## Web Version
|
||||
|
||||
You can use the web version of Jumble at [jumble.social](https://jumble.social).
|
||||
|
||||
## Desktop Version
|
||||
|
||||
You can download the desktop version from the [release page](https://github.com/CodyTseng/jumble/releases). If you want to use Apple Silicon version, you need to build it from the source code.
|
||||
|
||||
Because the app is not signed, you may need to allow it to run in the system settings.
|
||||
|
||||
## Build from source
|
||||
|
||||
You can also build the app from the source code.
|
||||
|
||||
> Note: Node.js >= 20 is required.
|
||||
## Run Locally
|
||||
|
||||
```bash
|
||||
# Clone this repository
|
||||
@@ -45,15 +30,10 @@ cd jumble
|
||||
# Install dependencies
|
||||
npm install
|
||||
|
||||
# Build the app
|
||||
npm run build:mac
|
||||
# or npm run build:win
|
||||
# or npm run build:linux
|
||||
# or npm run build:web
|
||||
# Run the app
|
||||
npm run dev
|
||||
```
|
||||
|
||||
The executable file will be in the `dist` folder.
|
||||
|
||||
## Donate
|
||||
|
||||
If you like this project, you can buy me a coffee :) ⚡️ codytseng@getalby.com ⚡️
|
||||
|
||||
Reference in New Issue
Block a user