X-Git-Url: https://git.auder.net/rpsls.js?a=blobdiff_plain;f=README.md;h=5f60c1dd4d13e9948b87a881d655dbd10e27f59e;hb=b0803a78c26520265240764ba909c164f31d6fda;hp=4846e806ebcabe1acd2a47566b164006f5d95143;hpb=9b76053854ec41e9f4d52aa5ddc51ea4c4c33ab6;p=xogo.git diff --git a/README.md b/README.md index 4846e80..5f60c1d 100644 --- a/README.md +++ b/README.md @@ -1,21 +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``` -Generate some pieces:
-```python generateSVG.py``` in pieces/Avalam +Generate some pieces:
+```python generateSVG.py``` in variants/Avalam/pieces -```./start.sh``` (edit 'php -S ...' line if necessary)
-...
-```./stop.sh``` +```./start.sh``` (and later, ```./stop.sh```)