X-Git-Url: https://git.auder.net/img/vendor/normalize.css?a=blobdiff_plain;f=README.md;h=d47809364bc2d0979642f2114b49b7546078793f;hb=a89fb4e9c92632a2e8295048a86d7a0ae0a7ec46;hp=8c47cc780642f05f54b0490c2fdddb735f00bf44;hpb=992d1febfe7f525cfd646f0d91a8a8f78f031f86;p=xogo.git diff --git a/README.md b/README.md index 8c47cc7..d478093 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ 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 @@ -13,6 +13,7 @@ A static web server like "php -S localhost:8000". 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```)