Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如何运行起来? 备忘 #47

Open
nihaojob opened this issue Oct 11, 2022 · 1 comment
Open

如何运行起来? 备忘 #47

nihaojob opened this issue Oct 11, 2022 · 1 comment

Comments

@nihaojob
Copy link

第一步:生成@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
Copy link
Contributor

Juice10 commented Mar 13, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants