X-Git-Url: https://git.auder.net/?p=xogo.git;a=blobdiff_plain;f=README.md;h=4846e806ebcabe1acd2a47566b164006f5d95143;hp=8c47cc780642f05f54b0490c2fdddb735f00bf44;hb=HEAD;hpb=992d1febfe7f525cfd646f0d91a8a8f78f031f86 diff --git a/README.md b/README.md index 8c47cc7..0b900c5 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ -# xogo.live +# xogo.casa Simplified version of old vchess.club, to focus on the essential : the game. ## Requirements (dev) -Global npm install: nodemon, livereload.
-A static web server like "php -S localhost:8000". +PHP + Node.js + npm. +```npm i -g nodemon``` ## Usage -```wget https://xogo.live/assets.zip && unzip assets.zip```
-Rename parameters.js.dist → parameters.js, and edit file.
-```npm i``` +Initialisation (done once): -```./start.sh``` (edit 'php -S ...' line if necessary)
-...
-```./stop.sh``` +```./initialize.sh``` + +You may want to edit the parameters.js file. Then: + +```./start.sh``` (and later, ```./stop.sh```)