mirror of
https://github.com/certd/certd.git
synced 2026-04-24 20:57:26 +08:00
Merge branch 'v2' of https://github.com/certd/certd into v2
This commit is contained in:
@@ -11,12 +11,15 @@ git clone https://github.com/certd/certd
|
|||||||
#进入项目目录
|
#进入项目目录
|
||||||
cd certd
|
cd certd
|
||||||
|
|
||||||
|
# 切换到最新的版本tag,main分支可能不稳定
|
||||||
|
checkout tags/vx.x.x # x.x.x为最新的版本号
|
||||||
|
|
||||||
# 安装依赖
|
# 安装依赖
|
||||||
npm install -g pnpm@8.15.7
|
npm install -g pnpm@8.15.7
|
||||||
pnpm install
|
pnpm install
|
||||||
|
|
||||||
# 初始化构建
|
# 初始化构建
|
||||||
lerna run build
|
npm run init
|
||||||
```
|
```
|
||||||
|
|
||||||
启动 server:
|
启动 server:
|
||||||
|
|||||||
Reference in New Issue
Block a user