chore(README): 增加对本地运行服务的描述

This commit is contained in:
SvenFE
2025-09-05 12:44:07 +08:00
parent bd6d23f6fe
commit 4d468e8772

View File

@@ -11,19 +11,23 @@ This project is built on [Shadcn Admin Dashboard](https://github.com/satnaing/sh
Copy `.env.example` to `.env` for usage, and configure your secrets.
```bash
cp .env.example .env
cp .env.example .env
```
Install dependencies
Install dependencies & Build
```bash
pnpm install
pnpm install
```
```bash
pnpm build
```
Start the server
```bash
pnpm run dev
pnpm preview
```
## Credits