Yuyz0112 / syncit

a privacy-first co-browsing tool
https://syncit.luckid.io/
319 stars 91 forks source link

如何运行起来? 备忘 #47

Open nihaojob opened 2 years ago

nihaojob commented 2 years ago

第一步:生成@syncit/core的npm软连接

cd packages/core
yarn && yarn build
npm link

第二步:进入UI项目,连接本地依赖并启动

cd packages/ui
yarn link "@syncit/core"
yarn && yarn dev

第三步骤:访问下方地址 http://localhost:5000/embed.html http://localhost:5000/app.html

Juice10 commented 1 year ago

Hi @nihaojob, thanks for submitting this issue. The syncit project got moved to the rrweb-io GitHub org, and this repo will get archived soon. Would you mind re-submitting your issue there if it is still relevant for the new 1.0.1 (rrweb 2.0 based) syncit?