summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgrisBRC <[email protected]>2024-07-15 17:31:58 +0530
committerIgrisBRC <[email protected]>2024-07-15 17:31:58 +0530
commit36ae0f143a37a8dd06c25a93127b818fa6a40578 (patch)
tree17076eb9a2b0a901d92ae183fdfeb69b151cd712
parente47202c8f1e8ecee28698d70f989e02d6c026c44 (diff)
added some instruction to run the thing
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
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