Commit | Line | Data |
---|---|---|
41534b92 BA |
1 | # xogo.live |
2 | ||
3 | Simplified version of old vchess.club, to focus on the essential : the game. | |
4 | ||
5 | ## Requirements (dev) | |
6 | ||
7 | Global npm install: nodemon, livereload. <br> | |
8 | A static web server like "php -S localhost:8000". | |
9 | ||
10 | ## Usage | |
11 | ||
12 | ```wget https://xogo.live/assets.zip && unzip assets.zip``` <br> | |
13 | Rename parameters.js.dist → parameters.js, and edit file. <br> | |
14 | ```npm i``` | |
15 | ||
992d1feb | 16 | ```./start.sh``` (edit 'php -S ...' line if necessary) <br> |
41534b92 BA |
17 | ... <br> |
18 | ```./stop.sh``` |