Commit | Line | Data |
---|---|---|
1 | # xogo.casa | |
2 | ||
3 | Simplified version of old vchess.club, to focus on the essential : the game. | |
4 | ||
5 | ## Requirements (dev) | |
6 | ||
7 | PHP + Node.js + npm. | |
8 | ```npm i -g nodemon``` | |
9 | ||
10 | ## Usage | |
11 | ||
12 | Initialisation (done once): | |
13 | ||
14 | ```./initialize.sh``` | |
15 | ||
16 | You may want to edit the parameters.js file. Then: | |
17 | ||
18 | ```./start.sh``` (and later, ```./stop.sh```) |