Chatwoot/docs/development/project-setup/dependencies.md
Pranav Raj Sreepuram b150d78e4d Add development docs
2019-09-22 11:29:26 +05:30

277 B

Project dependencies

Install Chatwoot Ruby dependencies

Use the following command to install ruby dependencies.

bundle

Install Chatwoot JavaScript dependencies

yarn

This would install all required dependencies for Chatwoot application.