diff --git a/README.md b/README.md index 426f5a5..308bf26 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,10 @@ to go to your newly created project. Of course you should explore around the project structure, but the best place to start with your application code is in `src/app.rs`. +## Building CSS + +`npx tailwindcss -i src/style/main.css -o target/style/main.css` + ## Running your project `cargo leptos watch`