No description
047e485998
Bumps [loofah](https://github.com/flavorjones/loofah) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/flavorjones/loofah/releases) - [Changelog](https://github.com/flavorjones/loofah/blob/master/CHANGELOG.md) - [Commits](https://github.com/flavorjones/loofah/compare/v2.3.0...v2.3.1) Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.circleci | ||
.github | ||
app | ||
bin | ||
config | ||
db | ||
deploy | ||
docs | ||
lib | ||
log | ||
public | ||
shared/config | ||
spec | ||
tmp | ||
vendor/assets | ||
.all-contributorsrc | ||
.browserslistrc | ||
.codeclimate.yml | ||
.editorconfig | ||
.eslintrc.js | ||
.gitignore | ||
.prettierrc | ||
.rspec | ||
.rubocop.yml | ||
.rubocop_todo.yml | ||
.ruby-version | ||
.scss-lint.yml | ||
babel.config.js | ||
Capfile | ||
config.ru | ||
configure | ||
Gemfile | ||
Gemfile.lock | ||
jest.config.js | ||
LICENSE | ||
package.json | ||
postcss.config.js | ||
Procfile.dev | ||
Rakefile | ||
README.md | ||
workbox-config.js | ||
yarn.lock |
Opensource alternative to Intercom, Zendesk, Drift, Crisp etc.
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.