https://github.com/dropdevrahul/lemon
A tauri based app to access lemmy instances.
https://github.com/dropdevrahul/lemon
desktop-app fediverse lemmy lemmy-ui material-ui reactjs rust tauri typescript
Last synced: 20 days ago
JSON representation
A tauri based app to access lemmy instances.
- Host: GitHub
- URL: https://github.com/dropdevrahul/lemon
- Owner: dropdevrahul
- License: mit
- Created: 2023-07-07T14:34:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-09T14:37:39.000Z (almost 3 years ago)
- Last Synced: 2025-05-17T17:39:50.167Z (about 1 year ago)
- Topics: desktop-app, fediverse, lemmy, lemmy-ui, material-ui, reactjs, rust, tauri, typescript
- Language: TypeScript
- Homepage:
- Size: 245 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lemon
A tauri based WIP UI to browse Lemmy instances, this is a proof of concept that I will be developing in the next few weeks.
## Recommended IDE Setup
- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)
## Preview

## Development
Please follow the [Tauri guide](https://tauri.app/v1/guides/development/development-cycle)
```
npm run tauri dev
```