Attempt to fix README.md for gitweb parser
[xogo.git] / README.md
CommitLineData
c9a20f4f 1# xogo.casa
41534b92
BA
2
3Simplified version of old vchess.club, to focus on the essential : the game.
4
5## Requirements (dev)
6
0e466aac
BA
7PHP + Node.js + npm.
8```npm i -g nodemon```
41534b92
BA
9
10## Usage
11
b0803a78
BA
12```wget https://xogo.live/assets.zip && unzip assets.zip``` <br/>
13Rename parameters.js.dist &rarr; parameters.js, and edit file. <br/>
41534b92
BA
14```npm i```
15
b0803a78 16Generate some pieces: <br/>
0e466aac 17```python generateSVG.py``` in variants/Avalam/pieces
9b760538 18
0e466aac 19```./start.sh``` (and later, ```./stop.sh```)