I don`t know what this is. first do it
# 需要node版本>= 12.0.0, degit的方式不会对仓库产生git log info
npx degit [email protected]:lvfangren/WYSIWYG.git#main u-project-name
cd u-project-name
# git config
git init
git remote set-url origin XXX(u self repositories)
# support use pnpm
pnpm install
npm run dev
help report me what is this!?