Skip to content

dragosv/Chat

Repository files navigation

README

This documents whatever steps are necessary to get the application up and running.

Ruby 2.6.5 is required along with Yarn

A suggestion is to install rvm and then

  • rvm install 2.6.5

System dependencies: Redis

In order to run

  • redis-server (in a separate console)
  • bundle install
  • yarn
  • rake db:migrate
  • rails s