An open API service indexing awesome lists of open source software.

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.

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
![Screenshot](https://user-images.githubusercontent.com/8207870/251984981-2e10df98-6ecd-4706-8441-0b76544e8850.png)

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