X-Git-Url: https://git.auder.net/assets/current/git-favicon.png?a=blobdiff_plain;ds=sidebyside;f=README.md;h=d47809364bc2d0979642f2114b49b7546078793f;hb=0e466aac11288f35b34d744b2652c7b4e9df2e24;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```)