diff --git a/README.md b/README.md index 71ba0be..9b050b6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Chess Game -> [Working Demo](https://chess.raru.dev) - ## Project Description A minimalistic server for a chess game accompanied by a corresponding website. @@ -78,6 +76,8 @@ instance. Within the EC2 instance, an nginx server is configured to route incoming HTTPS traffic from port 443 to the specific port where the application server is listening, ensuring secure communication. +> NOTE: deployment is no longer available + ## Reflection The goal of the project was to build a fully functional chess server and to