New variant idea
[xogo.git] / README.md
index 8c47cc7..0b900c5 100644 (file)
--- 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. <br>
-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``` <br>
-Rename parameters.js.dist &rarr; parameters.js, and edit file. <br>
-```npm i```
+Initialisation (done once):
 
-```./start.sh``` (edit 'php -S ...' line if necessary) <br>
-... <br>
-```./stop.sh```
+```./initialize.sh```
+
+You may want to edit the parameters.js file. Then:
+
+```./start.sh``` (and later, ```./stop.sh```)