diff options
Diffstat (limited to 'README.md')
-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 |