Files
leadchat/docs/development/project-setup/dependencies.md
Pranav Raj Sreepuram a9b0eb3c15 Update docs website
2019-09-22 15:37:44 +05:30

16 lines
234 B
Markdown

### 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.