X-Git-Url: https://git.auder.net/js/rpsls.js?a=blobdiff_plain;f=README.md;h=d47809364bc2d0979642f2114b49b7546078793f;hb=9a036f5fbfe3cc1df18b47e43d5db293de013e47;hp=4846e806ebcabe1acd2a47566b164006f5d95143;hpb=9b76053854ec41e9f4d52aa5ddc51ea4c4c33ab6;p=xogo.git diff --git a/README.md b/README.md index 4846e80..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 @@ -14,8 +14,6 @@ Rename parameters.js.dist → parameters.js, and edit file.
```npm i``` Generate some pieces:
-```python generateSVG.py``` in pieces/Avalam +```python generateSVG.py``` in variants/Avalam/pieces -```./start.sh``` (edit 'php -S ...' line if necessary)
-...
-```./stop.sh``` +```./start.sh``` (and later, ```./stop.sh```)