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