Maybe we can finally get rid of these code bits which shouldn't be required ?
[xogo.git] / README.md
CommitLineData
41534b92
BA
1# xogo.live
2
3Simplified version of old vchess.club, to focus on the essential : the game.
4
5## Requirements (dev)
6
7Global npm install: nodemon, livereload. <br>
8A static web server like "php -S localhost:8000".
9
10## Usage
11
12```wget https://xogo.live/assets.zip && unzip assets.zip``` <br>
13Rename parameters.js.dist &rarr; parameters.js, and edit file. <br>
14```npm i```
15
992d1feb 16```./start.sh``` (edit 'php -S ...' line if necessary) <br>
41534b92
BA
17... <br>
18```./stop.sh```