smart-water
下一步:
cd smart-water
cd apps/web && npm install # 安装前端依赖
cd ../..
cd services/core-service && go mod tidy # 安装 Go 依赖
cd ../..
cd apps/desktop && cargo build # 编译桌面端(首次会下载依赖)
下一步:
cd smart-water
cd apps/web && npm install # 安装前端依赖
cd ../..
cd services/core-service && go mod tidy # 安装 Go 依赖
cd ../..
cd apps/desktop && cargo build # 编译桌面端(首次会下载依赖)