From 314da79cb12f9c5bd553acef253a777ac06e746f Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sun, 7 Mar 2021 18:15:01 +0100 Subject: [PATCH] first commit --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 5607242..478d8f0 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,15 @@ Demonstration of how to build a real time application using HTML over WebSockets ## Article that inspired https://alistapart.com/article/the-future-of-web-software-is-html-over-websockets/ + +## Run demo + +``` bash +docker-compose -f docker-compose.pro.yaml up -d +``` + +## Develpment + +``` bash +docker-compose -f docker-compose.dev.yaml up -d +```