update readme.md

This commit is contained in:
bosh-code
2025-03-24 16:55:49 +13:00
parent 49b3d4822b
commit 99e4a2af50
+8 -8
View File
@@ -10,8 +10,8 @@
</h2>
<p align=center>
<a href="https://github.com/withastro/astro/releases/tag/astro%404.3.2" alt="Contributors">
<img src="https://img.shields.io/static/v1?label=ASTRO&message=4.3&color=000&logo=astro" />
<a href="https://github.com/withastro/astro/releases/tag/astro%405.5.4">
<img src="https://img.shields.io/static/v1?label=ASTRO&message=5.5&color=000&logo=astro" alt="Astro Version 5.5"/>
</a>
<a href="https://github.com/zeon-studio/astroplate/blob/main/LICENSE">
@@ -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