No description
Find a file
2019-08-16 00:20:53 +05:30
app Initial Commit 2019-08-14 15:18:44 +05:30
bin Initial Commit 2019-08-14 15:18:44 +05:30
config Use secret_key_base from env 2019-08-15 23:08:36 +05:30
db Initial Commit 2019-08-14 15:18:44 +05:30
deploy Initial Commit 2019-08-14 15:18:44 +05:30
lib Initial Commit 2019-08-14 15:18:44 +05:30
log Initial Commit 2019-08-14 15:18:44 +05:30
public Initial Commit 2019-08-14 15:18:44 +05:30
shared/config Initial Commit 2019-08-14 15:18:44 +05:30
test Initial Commit 2019-08-14 15:18:44 +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
.browserslistrc Initial Commit 2019-08-14 15:18:44 +05:30
.gitignore Use secret_key_base from env 2019-08-15 23:08:36 +05:30
.ruby-version Set ruby version to 2.4.0 2019-08-15 23:55:16 +05:30
babel.config.js Initial Commit 2019-08-14 15:18:44 +05:30
Capfile Initial Commit 2019-08-14 15:18:44 +05:30
config.ru Initial Commit 2019-08-14 15:18:44 +05:30
Gemfile Add ruby-version to Gemfile 2019-08-16 00:20:53 +05:30
Gemfile.lock Add ruby-version to Gemfile 2019-08-16 00:20:53 +05:30
m.js Initial Commit 2019-08-14 15:18:44 +05:30
package.json Initial Commit 2019-08-14 15:18:44 +05:30
postcss.config.js Initial Commit 2019-08-14 15:18:44 +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 Initial Commit 2019-08-14 15:18:44 +05:30
yarn.lock Initial Commit 2019-08-14 15:18:44 +05:30

Chatwoot

ChatUI progess

Build Setup

# install JS dependencies
yarn

# install ruby dependencies
bundle

# fireup the server
foreman start