No description
Find a file
2019-08-21 21:22:20 +05:30
.circleci Setup Circle CI, add brakeman config (#13) 2019-08-21 12:59:56 +05:30
app Disables widget user message broadcast (#14) 2019-08-21 20:09:59 +05:30
bin Upgrade to rails 6 💎 (#11) 2019-08-19 13:49:57 +05:30
config Remove whitespace from resolve 2019-08-21 21:22:20 +05:30
db Upgrade to rails 6 💎 (#11) 2019-08-19 13:49:57 +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 Ignore manifest.json 2019-08-18 10:13:47 +05:30
shared/config Setup Circle CI, add brakeman config (#13) 2019-08-21 12:59:56 +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
.env.sample Add env variables for frontend 2019-08-18 00:44:44 +05:30
.eslintrc.js Add linters and pre-commit hook 2019-08-21 10:27:57 +05:30
.gitignore Ignore manifest.json 2019-08-18 10:13:47 +05:30
.prettierrc Add linters and pre-commit hook 2019-08-21 10:27:57 +05:30
.rubocop.yml Add linters and pre-commit hook 2019-08-21 10:27:57 +05:30
.ruby-version Upgrade to rails 6 💎 (#11) 2019-08-19 13:49:57 +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 Remove sinatra 2019-08-21 20:29:57 +05:30
Gemfile.lock Checkin gemlock change 2019-08-21 20:31:42 +05:30
LICENSE Add MIT License 2019-08-21 10:10:00 +05:30
m.js Initial Commit 2019-08-14 15:18:44 +05:30
package.json Setup Circle CI, add brakeman config (#13) 2019-08-21 12:59:56 +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 Upgrade to rails 6 💎 (#11) 2019-08-19 13:49:57 +05:30
yarn.lock Add linters and pre-commit hook 2019-08-21 10:27:57 +05:30

ChatUI progess

Build Setup

Install JS dependencies

yarn install

Install ImageMagik

brew install imagemagick

Setup rails server

# install ruby dependencies
bundle

# copy config
cp shared/config/database.yml config/database.yml
cp shared/config/application.yml config/application.yml

# copy frontend env file
cp .env.sample .env

# 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: larry@google.com
password: 123456