summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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