Chatwoot/docs/development/project-setup/dependencies.md

18 lines
277 B
Markdown
Raw Normal View History

2019-09-22 05:59:26 +00:00
## Project dependencies
### Install Chatwoot Ruby dependencies
Use the following command to install ruby dependencies.
```bash
bundle
```
### Install Chatwoot JavaScript dependencies
```bash
yarn
```
This would install all required dependencies for Chatwoot application.