Spaces:
Running
Running
File size: 543 Bytes
42530e0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # Generate static Tailwind CSS
Tailwind v4, CSS-first config: everything (sources to scan, fonts, theme) lives in `styles/app.css` — there is no `tailwind.config.js`.
## Requirements
(From this folder)
```bash
pnpm install
```
## Generate CSS
```bash
pnpm build # one-shot → ../reachy_web/static/css/app.css
pnpm watch # rebuild on every template/JS change (dev)
```
The sync script rebuilds before mirroring to the Space, so the shipped CSS can never go stale. `logs.css` is hand-written plain CSS, outside this pipeline.
|