From 435928df96e22556ff08d19897f80b04ab269bb6 Mon Sep 17 00:00:00 2001 From: Chang CL Date: Thu, 31 Jul 2025 16:23:21 +0800 Subject: [PATCH] install notes --- README.md | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index b128845..dc01536 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,5 @@ # 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 ![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 -- --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 + +```