Use tailwind cli to compile css instead of tailwind cdn (#132)

* implement feature
* use npm instead of cli
This commit is contained in:
Tricked
2025-10-18 13:47:59 +02:00
committed by Christiaan Goossens
parent 653c716ea8
commit 9bf2372b7e
7 changed files with 1153 additions and 3 deletions

View File

@@ -24,6 +24,12 @@ Some useful scripts are in the `scripts` directory. If you run Linux (or WSL und
You can also run these commands manually on Windows:
##### Compiling css
To compile tailwind css styles for the pages you need the NodeJS and NPM installed.
You can run the `npm run css` script to generate the css once and you can run the `npm run css:watch` to recompile the css every time the templates change
##### Check
```
uv run ruff check