Pranav Raj Sreepuram e63a370d3c Ignore manifest.json
2019-08-18 10:13:47 +05:30
2019-08-18 00:44:44 +05:30
2019-08-14 15:18:44 +05:30
2019-08-18 02:03:20 +05:30
2019-08-14 15:18:44 +05:30
2019-08-14 15:18:44 +05:30
2019-08-14 15:18:44 +05:30
2019-08-14 15:18:44 +05:30
2019-08-18 10:13:47 +05:30
2019-08-18 01:53:55 +05:30
2019-08-14 15:18:44 +05:30
2019-08-14 15:18:44 +05:30
2019-08-14 15:18:44 +05:30
2019-08-14 15:18:44 +05:30
2019-08-18 00:44:44 +05:30
2019-08-18 10:13:47 +05:30
2019-08-15 23:55:16 +05:30
2019-08-14 15:18:44 +05:30
2019-08-14 15:18:44 +05:30
2019-08-14 15:18:44 +05:30
2019-08-18 01:53:55 +05:30
2019-08-18 01:53:55 +05:30
2019-08-14 15:18:44 +05:30
2019-08-18 00:44:44 +05:30
2019-08-14 15:18:44 +05:30
2019-08-15 23:30:19 +05:30
2019-08-14 15:18:44 +05:30
2019-08-18 02:03:20 +05:30
2019-08-18 01:53:55 +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:migrate

# fireup the server
foreman start
Description
No description provided
Readme MIT 209 MiB
Languages
Ruby 43.5%
Vue 29.8%
JavaScript 23.5%
HTML 1.8%
SCSS 0.6%
Other 0.7%