EmbeddedChat icon indicating copy to clipboard operation
EmbeddedChat copied to clipboard

Having Trouble in local setup

Open Jenil-Dobariya opened this issue 2 years ago • 1 comments

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 yarn to 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 preview in 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.

Jenil-Dobariya avatar Oct 26 '23 11:10 Jenil-Dobariya

Hey @Jenil-Dobariya, you need to run yarn storybook in react folder. Please read our readme to get to know about the local setup.

abhinavkrin avatar Oct 27 '23 03:10 abhinavkrin