Skip to content

Commit

Permalink
Merge pull request #245 from MDAhsanFaraz/updateReadme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
abhinavkrin authored Oct 5, 2023
2 parents b78fb8e + 31bfc45 commit 6010681
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,17 @@ Read this [wiki page](https://github.com/RocketChat/EmbeddedChat/wiki/Roots-of-E
To run the embeddedchat, you will need a *Rocket.Chat* server running (development or production). To setup Rocket.Chat dev environment follow this guide.
[https://github.com/RocketChat/Rocket.Chat#%EF%B8%8F-local-development](https://github.com/RocketChat/Rocket.Chat#%EF%B8%8F-local-development)

#### Prerequisites

Ensure you have Node.js version 16.19.0 installed. We recommend using [Node Version Manager (NVM)](https://github.com/nvm-sh/nvm) to manage your Node.js versions.

To use the correct Node.js version for this project, run the following command:

```bash
nvm install
nvm use
```

We use yarn workspaces. Install yarn if not already installed.

#### Install dependencies
Expand Down

0 comments on commit 6010681

Please sign in to comment.