No description
Find a file
2019-11-09 16:04:02 +05:30
.circleci issue #151: add rubocop to ci (#168) 2019-10-21 11:18:47 +05:30
.github Update issue templates 2019-10-29 09:06:00 +05:30
app [Bug] Rescue error on JWT.encode (#201) 2019-11-09 16:04:02 +05:30
bin 🚨Fix Rubocop lint errors 2019-10-20 14:17:26 +05:30
config [Internal] Add route for widget testing (#199) 2019-11-01 12:53:01 +05:30
db [Feature] Website live chat (#187) 2019-10-29 12:50:54 +05:30
deploy issue #151: add rubocop to ci (#168) 2019-10-21 11:18:47 +05:30
docs Update docs to use open collective (#200) 2019-11-04 12:49:01 +05:30
lib Contact model changes (#184) 2019-10-27 13:14:36 +05:30
log Initial Commit 2019-08-14 15:18:44 +05:30
public [Feature] Add PWA support (#157) 2019-10-18 12:37:09 +05:30
shared/config Replace pusher with action cable (#178) 2019-10-25 01:37:01 +05:30
spec [Internal] Add route for widget testing (#199) 2019-11-01 12:53:01 +05:30
tmp Initial Commit 2019-08-14 15:18:44 +05:30
vendor/assets Initial Commit 2019-08-14 15:18:44 +05:30
.all-contributorsrc [docs] Move contributors section to docs (#120) 2019-10-06 09:23:24 +05:30
.browserslistrc Initial Commit 2019-08-14 15:18:44 +05:30
.codeclimate.yml Enable eslint, brakeman, scss-lint 2019-08-31 13:34:25 +05:30
.editorconfig Introduce .editorconfig (#149) 2019-10-16 12:01:05 +05:30
.eslintrc.js [Enhancement] Remove frontend env file 🔥(#179) 2019-10-25 12:01:05 +05:30
.gitignore Ignore coverage reports (#190) 2019-10-28 23:17:14 +05:30
.prettierrc Add linters and pre-commit hook 2019-08-21 10:27:57 +05:30
.rspec Fix url in emails, add frontendURL helper (#19) 2019-08-25 19:59:28 +05:30
.rubocop.yml Add rubocop tools and regenerate rubocop todo file (#175) 2019-10-23 23:56:48 +05:30
.rubocop_todo.yml Replace pusher with action cable (#178) 2019-10-25 01:37:01 +05:30
.ruby-version Fix the circle builds (#20) 2019-08-26 08:42:17 +05:30
.scss-lint.yml [Feature] Website live chat (#187) 2019-10-29 12:50:54 +05:30
babel.config.js Fix codeclimate issues in babel.config.js 2019-10-22 12:32:54 +05:30
Capfile 🚨Fix Rubocop lint errors 2019-10-20 14:17:26 +05:30
config.ru Initial Commit 2019-08-14 15:18:44 +05:30
configure [Enhancement] Remove frontend env file 🔥(#179) 2019-10-25 12:01:05 +05:30
Gemfile [Internal] Add route for widget testing (#199) 2019-11-01 12:53:01 +05:30
Gemfile.lock [Internal] Add route for widget testing (#199) 2019-11-01 12:53:01 +05:30
jest.config.js Move src to dashboard (#152) 2019-10-16 14:36:17 +05:30
LICENSE Add MIT License 2019-08-21 10:10:00 +05:30
package.json Upgrade foundation to 6.5.3 2019-11-01 13:44:03 +05:30
postcss.config.js Upgrade bourbon to ^6.0.0 (#161) 2019-10-20 13:34:19 +05:30
Procfile.dev Procfile -> Procfile.dev 2019-08-15 23:30:19 +05:30
Rakefile Initial Commit 2019-08-14 15:18:44 +05:30
README.md Update docs to use open collective (#200) 2019-11-04 12:49:01 +05:30
workbox-config.js [Feature] Add PWA support (#157) 2019-10-18 12:37:09 +05:30
yarn.lock Upgrade foundation to 6.5.3 2019-11-01 13:44:03 +05:30

Woo-logo

Opensource alternative to Intercom, Zendesk, Drift, Crisp etc.


Maintainability CircleCI Badge License Commits-per-month

ChatUI progess

Quick Setup

Install JS dependencies

yarn install

Install ImageMagik

brew install imagemagick

Setup rails server

# install ruby dependencies
bundle

# Copy configurations
./configure

# run db migrations
bundle exec rake db:create
bundle exec rake db:reset

# fireup the server
foreman start -f Procfile.dev

Login with credentials

http://localhost:3000
user name: john@acme.inc
password: 123456

Detailed documentation

Detailed documentation is available at www.chatwoot.com/docs

Contributors

Thanks goes to all these wonderful people:

Chatwoot © 2017-2019, ThoughtWoot Inc - Released under the MIT License.