Awesome
<p align="center"> <img src="./src/logo.svg" width="360px"/> </p> <h1 align="center">Lettura</h1>Another free and open-source feed reader for macOS and Window.
<a href="https://www.producthunt.com/posts/lettura?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-lettura" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=414450&theme=light" alt="Lettura - Follow your favorite content and never miss a story | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
<a href="https://www.buymeacoffee.com/zhanglun"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=zhanglun&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff" /></a>
It supports RSS, Atom.
JSON Feed support will coming soon
And this project is under construction.
Pre-release version is here, you can download it and try to subscribe some feeds.
<p align="center"> <img src="./screenshots/1.png" width="90%"/> <img src="./screenshots/2.png" width="90%"/> <img src="./screenshots/3.png" width="90%"/> <img src="./screenshots/4.png" width="90%"/> <img src="./screenshots/5.png" width="90%"/> <img src="./screenshots/6.png" width="90%"/> </p>Get Started
Prerequisites
- Install Node.js. I recommend you to use NVM.
- Install pnpm. Here is the manual.
- Install Rust. You can find way in here
- Follow the Tauri setup guide
- Run pnpm install
Develop and Build
It is easy to start developing
pnpm tauri dev
And also easy to build.
pnpm tauri build
You can get more details about building Tauri app in here