Skip to content

Latest commit

 

History

History
47 lines (41 loc) · 601 Bytes

File metadata and controls

47 lines (41 loc) · 601 Bytes

Operations / 运维

English

Local dev

cd /path/to/codex-remote-bridge
npm install
npm run setup
npm run dev:relay
npm run build:desktop
npm run start:desktop

Checks

npm run typecheck
npm run build

Packaging

npm run dist:desktop:zip
npm run dist:desktop

中文

本地开发

cd /path/to/codex-remote-bridge
npm install
npm run setup
npm run dev:relay
npm run build:desktop
npm run start:desktop

构建校验

npm run typecheck
npm run build

打包

npm run dist:desktop:zip
npm run dist:desktop