From af602e46c5a511574bf5a891a309011fcee96d8e Mon Sep 17 00:00:00 2001 From: Raru Date: Tue, 30 Jul 2024 18:46:42 +0300 Subject: [PATCH] chore: remove demo link from readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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