合思开放平台文档中心
开发环境
node >= 14.0.0
npm i
npm run start
本地预览地址:http://localhost:3000/
(3)在控制台输入 npm run start
启动项目,项目启动成功,可打开 http://localhost:3000/ 进行预览。
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
[remote "origin"]
url = [email protected]:public-open/open-platform-docs.git
fetch = +refs/heads/*:refs/remotes/gitlab/*
[taggrouping]
groups =
singles =
# 新增的远程地址
[remote "github"]
url = [email protected]:ekuaibao/open-platform-docs.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "main"]
# 默认远程地址
remote = origin
merge = refs/heads/main