Simple application to show off turbo streams
Run the following from the command line:
git clone [email protected]:suwyn/turbo-chat.git \
&& cd turbo-chat \
&& docker-compose build
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