From 80ea4eaaf9e4e519585c3b48ac7a089d0447b22b Mon Sep 17 00:00:00 2001 From: Nathan Date: Fri, 4 Oct 2024 16:12:42 +0100 Subject: [PATCH] Update README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index e267a5b..94eea97 100755 --- a/README.md +++ b/README.md @@ -1,8 +1,23 @@ # Card Game +## Technology + +- node.js +- express.js +- socketIO +- HTML5 (Canvas) + ## Install `sudo apt install npm` `git pull ` `npm install express --save` +## Run + +`node server.js` + +Access through + +`http://localhost:3000` +