X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=README.md;h=0b900c542e19f514219d1566a9d93e6dc84b9cfa;hb=HEAD;hp=4846e806ebcabe1acd2a47566b164006f5d95143;hpb=9b76053854ec41e9f4d52aa5ddc51ea4c4c33ab6;p=xogo.git diff --git a/README.md b/README.md index 4846e80..0b900c5 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,18 @@ -# 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.
-```npm i``` +Initialisation (done once): -Generate some pieces:
-```python generateSVG.py``` in pieces/Avalam +```./initialize.sh``` -```./start.sh``` (edit 'php -S ...' line if necessary)
-...
-```./stop.sh``` +You may want to edit the parameters.js file. Then: + +```./start.sh``` (and later, ```./stop.sh```)