Add development docs
This commit is contained in:
17
docs/development/project-setup/dependencies.md
Normal file
17
docs/development/project-setup/dependencies.md
Normal 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.
|
||||
Reference in New Issue
Block a user