From 36ae0f143a37a8dd06c25a93127b818fa6a40578 Mon Sep 17 00:00:00 2001 From: IgrisBRC Date: Mon, 15 Jul 2024 17:31:58 +0530 Subject: added some instruction to run the thing --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index da772cc..4d3c4aa 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + # chesslol todo: @@ -7,3 +8,13 @@ todo: 3) castling move 4) promotion 5) stalement/draw + +# To run + +`npm install` + +and + +`PORT=3000 node server.js` + +you can change the PORT to whatever works for you -- cgit v1.2.3