X-Git-Url: https://git.auder.net/assets/current/gitweb.css?a=blobdiff_plain;f=README.md;h=b0517cd9a4b2949e689c7018250dbcc9e2c2c64b;hb=6bf2ab3498d5d469ea456b528c178dc481789b76;hp=8c47cc780642f05f54b0490c2fdddb735f00bf44;hpb=992d1febfe7f525cfd646f0d91a8a8f78f031f86;p=xogo.git diff --git a/README.md b/README.md index 8c47cc7..b0517cd 100644 --- a/README.md +++ b/README.md @@ -1,18 +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``` -```./start.sh``` (edit 'php -S ...' line if necessary)
-...
-```./stop.sh``` +Generate some pieces:
+```python generateSVG.py``` in pieces/Avalam + +```./start.sh``` (and later, ```./stop.sh```)