mirror of
https://github.com/tangledup-ai/stepfun-vector-stores-admin.git
synced 2026-01-20 19:00:59 +08:00
chore(README): 增加对本地运行服务的描述
This commit is contained in:
12
README.md
12
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user