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 +```