2019-10-09 12:25:33 +00:00
|
|
|
---
|
|
|
|
path: "/docs/dependencies"
|
|
|
|
title: "Project Dependencies"
|
|
|
|
---
|
|
|
|
|
2019-09-22 10:07:18 +00:00
|
|
|
### Install Ruby dependencies
|
2019-09-22 05:59:26 +00:00
|
|
|
|
|
|
|
Use the following command to install ruby dependencies.
|
|
|
|
|
|
|
|
```bash
|
|
|
|
bundle
|
|
|
|
```
|
|
|
|
|
2019-09-22 10:07:18 +00:00
|
|
|
### Install JavaScript dependencies
|
2019-09-22 05:59:26 +00:00
|
|
|
|
|
|
|
```bash
|
|
|
|
yarn
|
|
|
|
```
|
|
|
|
|
|
|
|
This would install all required dependencies for Chatwoot application.
|