gshively11 / turbo-chat

Simple chat app to demonstrate Turbo Streams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Turbo Chat

Simple application to show off turbo streams

Setup

Run the following from the command line:

git clone git@github.com:suwyn/turbo-chat.git \
  && cd turbo-chat \
  && docker-compose build

Running

Run docker-compose up to start the web app accessible at http://localhost:3000.

Optionally, start the chatbot task by running docker-compose run app rails chatbot:start

About

Simple chat app to demonstrate Turbo Streams


Languages

Language:Ruby 73.3%Language:HTML 15.7%Language:JavaScript 3.9%Language:Dockerfile 2.6%Language:CSS 2.2%Language:Slim 1.9%Language:Shell 0.3%