Add development docs

This commit is contained in:
Pranav Raj Sreepuram
2019-09-22 11:29:26 +05:30
parent 2b60c58b5a
commit b150d78e4d
3 changed files with 200 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
## 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.