Small adjustment to the project

This commit is contained in:
2025-02-10 09:42:59 +01:00
parent 6c2e02b911
commit 61095f4ada
6 changed files with 6 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
# Intro
# RSS Notifier
### Some things to do before the good things can happen
Install Diesel and Watchexec:
@@ -22,6 +22,8 @@ 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.