diff options
author | IgrisBRC <[email protected]> | 2024-07-15 17:31:58 +0530 |
---|---|---|
committer | IgrisBRC <[email protected]> | 2024-07-15 17:31:58 +0530 |
commit | 36ae0f143a37a8dd06c25a93127b818fa6a40578 (patch) | |
tree | 17076eb9a2b0a901d92ae183fdfeb69b151cd712 | |
parent | e47202c8f1e8ecee28698d70f989e02d6c026c44 (diff) |
added some instruction to run the thing
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |