remember to generate css

This commit is contained in:
Abel Luck 2026-03-30 17:21:32 +02:00
parent 6e03e747ff
commit 94717b1d1b

View file

@ -81,6 +81,7 @@ The only way for actions to affect the view returned by the render-fn running in
- Enter the dev environment with `nix develop` if you are not already inside it
- Sync Python dependencies with `uv sync --all-groups`.
- Run the app with `uv run repub`.
- Generate CSS with `tailwindcss -i ./path/to/input.css -o ./path/to/output.css` and add `--watch` when you need live rebuilds.
```sh
uv sync --all-groups