From 99e4a2af5013a2b1fc2b9084c681943d9aa251e8 Mon Sep 17 00:00:00 2001 From: bosh-code Date: Mon, 24 Mar 2025 16:55:49 +1300 Subject: [PATCH] update readme.md --- readme.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/readme.md b/readme.md index 0bbcaec..a9e78f2 100755 --- a/readme.md +++ b/readme.md @@ -10,8 +10,8 @@

- - + + Astro Version 5.5 @@ -66,27 +66,27 @@ ### 📦 Dependencies -- astro v5.1+ +- astro v5.5+ - node v20.10+ -- npm v10.2+ -- tailwind v3.4+ +- yarn v1.22+ +- tailwind v4+ ### 👉 Install Dependencies ```bash -npm install +yarn install ``` ### 👉 Development Command ```bash -npm run dev +yarn run dev ``` ### 👉 Build Command ```bash -npm run build +yarn run build ``` ### 👉 Build and Run With Docker