20 lines
300 B
Markdown
20 lines
300 B
Markdown
---
|
|
path: "/docs/dependencies"
|
|
title: "Project Dependencies"
|
|
---
|
|
|
|
### Install Ruby dependencies
|
|
|
|
Use the following command to install ruby dependencies.
|
|
|
|
```bash
|
|
bundle
|
|
```
|
|
|
|
### Install JavaScript dependencies
|
|
|
|
```bash
|
|
yarn
|
|
```
|
|
|
|
This would install all required dependencies for Chatwoot application.
|