Mirror importado do GitHub: https://github.com/Rodribm10/iachat
Bumps [rack-cors](https://github.com/cyu/rack-cors) from 1.0.3 to 1.0.6. - [Release notes](https://github.com/cyu/rack-cors/releases) - [Changelog](https://github.com/cyu/rack-cors/blob/master/CHANGELOG.md) - [Commits](https://github.com/cyu/rack-cors/compare/v1.0.3...v1.0.6) 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_todo.yml | ||
| .rubocop.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.
