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