AutoBuild at change, Special HTMX Indicator Inline, modernate Feed Inline and other small things

This commit is contained in:
2025-02-01 20:37:41 +01:00
parent abb333da54
commit 045b0f5ec0
8 changed files with 64 additions and 34 deletions

View File

@@ -1,4 +1,18 @@
To run the Tailwind Compiler:
Install Diesel and Watchexec:
```
sudo pacman -S diesel-cli watchexec
```
Absolutely use pnpm as packet manager for this project.
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
```
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.