X-Git-Url: https://git.auder.net/assets/rpsls.css?a=blobdiff_plain;ds=sidebyside;f=README.md;h=5f60c1dd4d13e9948b87a881d655dbd10e27f59e;hb=bc97fdd1302473b774cfb19e65dc3ed3ed388901;hp=8c47cc780642f05f54b0490c2fdddb735f00bf44;hpb=992d1febfe7f525cfd646f0d91a8a8f78f031f86;p=xogo.git diff --git a/README.md b/README.md index 8c47cc7..5f60c1d 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,19 @@ -# xogo.live +# xogo.casa Simplified version of old vchess.club, to focus on the essential : the game. ## Requirements (dev) -Global npm install: nodemon, livereload.
-A static web server like "php -S localhost:8000". +PHP + Node.js + npm. +```npm i -g nodemon``` ## Usage -```wget https://xogo.live/assets.zip && unzip assets.zip```
-Rename parameters.js.dist → parameters.js, and edit file.
+```wget https://xogo.live/assets.zip && unzip assets.zip```
+Rename parameters.js.dist → parameters.js, and edit file.
```npm i``` -```./start.sh``` (edit 'php -S ...' line if necessary)
-...
-```./stop.sh``` +Generate some pieces:
+```python generateSVG.py``` in variants/Avalam/pieces + +```./start.sh``` (and later, ```./stop.sh```)