Files
leadchat/README.md
Pranav Raj S e5dc6e237e Update Readme
2019-08-17 23:32:49 +05:30

21 lines
338 B
Markdown

![ChatUI progess](https://chatwoot.com/images/dashboard-screen.png)
## Build Setup
``` bash
# install JS dependencies
yarn install
# install ruby dependencies
bundle
# copy database config
cp shared/config/database.yml.sample config/database.yml
# run db migrations
bundle exec rake db:migrate
# fireup the server
foreman start
```