[Under Development]
Keep RSS alive.
LLRSS is an RSS feed reader that helps you stay on top of your favorite content sources without the noise of social media algorithms.
- Go 1.21 or later
- Make (for build automation)
- Git
- Clone the repository:
git clone https://github.com/alainrk/llrss.git
cd llrss
- Install dependencies:
go mod download
- Build the application:
make build
- Run the application:
make run
- For development with hot reload:
make run/live
The server will start at http://localhost:8080
(or your configured port).
Run all tests:
make test
This project is licensed under the MIT License - see the LICENSE file for details.