2025-03-06 11:37:22 +01:00
2025-02-01 20:38:48 +01:00
2025-02-01 20:38:48 +01:00
2025-03-06 11:37:22 +01:00
2025-02-10 09:42:59 +01:00
2025-02-01 20:41:40 +01:00
2025-03-06 11:31:52 +01:00
2025-02-01 20:38:48 +01:00
2025-02-01 20:38:48 +01:00
2025-02-01 20:38:48 +01:00
2025-02-01 20:38:48 +01:00
2025-03-06 11:31:42 +01:00
2025-03-06 11:31:42 +01:00
2025-02-10 09:42:59 +01:00

RSS Notifier

Some things to do before the good things can happen

Install Diesel and Watchexec:

sudo pacman -S diesel-cli watchexec

Absolutely use pnpm as packet manager for this project.

First initialize the Database:

diesel setup

To run the Tailwind Compiler in watch:

pnpm dlx @tailwindcss/cli -i styles/tailwind.css -o assets/generated/main.css --watch

or (with or without --watch)

pnpm compile

You need to run the Tailwind compilation before Cargo build.

How to Dev like a pro

My suggestion is to open one terminal and run pnpm devrun to continously rebuild the Tailwind css and restart/rebuild the Rust server if a template file change.

Description
Same RSS Test but with HTMX, Tailwind, DaisyUI and AlpineJS.
Readme 8.8 MiB
Languages
Rust 57.3%
HTML 42.2%
CSS 0.5%