New variant idea
[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
12Initialisation (done once):
13
14```./initialize.sh```
15
16You may want to edit the parameters.js file. Then:
17
18```./start.sh``` (and later, ```./stop.sh```)