Project Setup
This guide will help you to setup and run Chatwoot in development mode. Please make sure you have completed the environment setup.
Clone the repo
# change location to the path you want chatwoot to be installed
cd ~
# clone the repo and cd to chatwoot dir
git clone https://github.com/chatwoot/chatwoot.git
cd chatwoot
Install Ruby & Javascript dependencies
Use the following command to run bundle && yarn
to install ruby and Javascript dependencies.
make burn
This would install all required dependencies for Chatwoot application.
If you face issue with pg gem, please refer to Common Errors
Setup environment variables.
cp .env.example .env
Please refer to environment-variables to read on setting environment variables.