EmbeddedChat
EmbeddedChat copied to clipboard
Having Trouble in local setup
Hi everyone, I want to contribute to this community. I was setting up the react app locally but i am having some issues with it. This is the step i have followed :
- cloning the repo ( develop branch )
- run
yarnto install dependecies -
cd packages/react - then
npm run dev - it is giving error : no such file or directory ./playground
I also tried this :
-
npm run previewin packages/htmlembed - it opened a preview but when I try to log in rocket chat server at port 3000 shuts down
Please guide me how can set up it locally and start contributing.
Hey @Jenil-Dobariya, you need to run yarn storybook in react folder. Please read our readme to get to know about the local setup.