3 Simplified version of old vchess.club, to focus on the essential : the game.
7 Global npm install: nodemon, livereload. <br>
8 A static web server like "php -S localhost:8000".
12 ```wget https://xogo.live/assets.zip && unzip assets.zip``` <br>
13 Rename parameters.js.dist → parameters.js, and edit file. <br>
16 Generate some pieces: <br>
17 ```python generateSVG.py``` in pieces/Avalam
19 ```./start.sh``` (edit 'php -S ...' line if necessary) <br>