feat: add a with-tailwind example (#359)

Co-authored-by: Marco Pasqualetti <marco.pasqualetti@live.com>
This commit is contained in:
Jacob Marshall
2025-01-18 19:44:45 +00:00
committed by GitHub
parent 96deea7f31
commit 5dae5c31b7
13 changed files with 534 additions and 95 deletions
+9
View File
@@ -0,0 +1,9 @@
# Tuono with Tailwind CSS starter
This is the starter project for using Tuono and Tailwind CSS. To download it run in your terminal:
```shell
tuono new [NAME] --template with-tailwind
```
To learn about how to set this up yourself, read our [Tailwind CSS documentation page](https://tuono.dev/documentation/styles/tailwind-css).