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