install notes

This commit is contained in:
Chang CL
2025-07-31 16:23:21 +08:00
parent 05c978ff8a
commit 435928df96

View File

@@ -1,17 +1,5 @@
# Astro with DaisyUI Starter Kit: Basics # Astro with DaisyUI Starter Kit: Basics
```sh
npm create astro@latest
npm install tailwindcss@latest @tailwindcss/vite@latest daisyui@latest
npm install --save-dev --save-exact prettier prettier-plugin-astro
npx astro add react
```
> 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!
## Screenshot ## Screenshot
![astro_daisyui_screenshot.png](astro_daisyui_screenshot.png) ![astro_daisyui_screenshot.png](astro_daisyui_screenshot.png)
@@ -72,6 +60,14 @@ All commands are run from the root of the project, from a terminal:
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` | | `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI | | `npm run astro -- --help` | Get help using the Astro CLI |
## 👀 Want to learn more? ## Install Notes
Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat). ```sh
npm create astro@latest
npm install tailwindcss@latest @tailwindcss/vite@latest daisyui@latest
npm install --save-dev --save-exact prettier prettier-plugin-astro
npx astro add react
```