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>
17 ```php -S localhost:PORT``` (or other static server) <br>