Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhanglun/lettura
another rss reader
https://github.com/zhanglun/lettura
rss rss-reader rust tailwindcss tauri-app
Last synced: 27 days ago
JSON representation
another rss reader
- Host: GitHub
- URL: https://github.com/zhanglun/lettura
- Owner: zhanglun
- License: mit
- Created: 2020-09-29T14:27:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T10:31:02.000Z (6 months ago)
- Last Synced: 2024-05-29T02:11:25.334Z (6 months ago)
- Topics: rss, rss-reader, rust, tailwindcss, tauri-app
- Language: TypeScript
- Homepage: https://zhanglun.github.io/lettura/
- Size: 18.8 MB
- Stars: 1,323
- Watchers: 10
- Forks: 60
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-tauri - Lettura - Open-source feed reader for macOS. (Applications / Email & Feeds)
- my-awesome - zhanglun/lettura - reader,rust,tailwindcss,tauri-app pushed_at:2024-09 star:1.5k fork:0.1k another rss reader (TypeScript)
README
Lettura
Another free and open-source feed reader for macOS and Window.
It supports RSS, Atom.
> JSON Feed support will coming soon
And this project is under construction.
Pre-release version is [here](https://github.com/zhanglun/lettura/releases), you can download it and try to subscribe some feeds.
## Get Started
### Prerequisites
* Install Node.js. I recommend you to use [NVM](https://github.com/nvm-sh/nvm).
* Install pnpm. [Here](https://pnpm.io/installation) is the manual.
* Install Rust. You can find way in [here](https://www.rust-lang.org/tools/install)
* Follow the [Tauri setup guide](https://tauri.app/v1/guides/getting-started/prerequisites)
* Run pnpm install### Develop and Build
It is easy to start developing
```bash
pnpm tauri dev
```And also easy to build.
```bash
pnpm tauri build
```You can get more details about building Tauri app in [here](https://tauri.app/v1/guides/distribution/publishing)
## Repo Activuty
![Alt](https://repobeats.axiom.co/api/embed/a1f5a08afeb1006c8f78055fac24b46eb6eb0527.svg "Repobeats analytics image")
### More Projects
* [Pavo: mini desktop wallpaper application. ](https://github.com/zhanglun/pavo)
* [BookWise: book wise, read wiser](https://github.com/zhanglun/bookwise)