mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-11 18:56:06 +09:00
update readme.md
This commit is contained in:
@@ -10,8 +10,8 @@
|
|||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<p align=center>
|
<p align=center>
|
||||||
<a href="https://github.com/withastro/astro/releases/tag/astro%404.3.2" alt="Contributors">
|
<a href="https://github.com/withastro/astro/releases/tag/astro%405.5.4">
|
||||||
<img src="https://img.shields.io/static/v1?label=ASTRO&message=4.3&color=000&logo=astro" />
|
<img src="https://img.shields.io/static/v1?label=ASTRO&message=5.5&color=000&logo=astro" alt="Astro Version 5.5"/>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="https://github.com/zeon-studio/astroplate/blob/main/LICENSE">
|
<a href="https://github.com/zeon-studio/astroplate/blob/main/LICENSE">
|
||||||
@@ -66,27 +66,27 @@
|
|||||||
|
|
||||||
### 📦 Dependencies
|
### 📦 Dependencies
|
||||||
|
|
||||||
- astro v5.1+
|
- astro v5.5+
|
||||||
- node v20.10+
|
- node v20.10+
|
||||||
- npm v10.2+
|
- yarn v1.22+
|
||||||
- tailwind v3.4+
|
- tailwind v4+
|
||||||
|
|
||||||
### 👉 Install Dependencies
|
### 👉 Install Dependencies
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install
|
yarn install
|
||||||
```
|
```
|
||||||
|
|
||||||
### 👉 Development Command
|
### 👉 Development Command
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm run dev
|
yarn run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
### 👉 Build Command
|
### 👉 Build Command
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm run build
|
yarn run build
|
||||||
```
|
```
|
||||||
|
|
||||||
### 👉 Build and Run With Docker
|
### 👉 Build and Run With Docker
|
||||||
|
|||||||
Reference in New Issue
Block a user