X-Git-Url: https://git.auder.net/img/rock_paper_scissors_lizard_spock.gif?a=blobdiff_plain;f=README.md;h=4636ac49b1dc6c28b2b86650317cd99da3af0215;hb=c4d2eb5bdf1b23d8c4a9d09322f84a9e0da9d60c;hp=4846e806ebcabe1acd2a47566b164006f5d95143;hpb=9b76053854ec41e9f4d52aa5ddc51ea4c4c33ab6;p=xogo.git diff --git a/README.md b/README.md index 4846e80..4636ac4 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,20 @@ -# 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.
+```wget https://xogo.live/assets.zip && unzip assets.zip```
+```wget https://xogo.live/extras.zip && unzip extras.zip```
+Rename parameters.js.dist → parameters.js, and edit file.
```npm i``` -Generate some pieces:
+Generate some pieces:
```python generateSVG.py``` in pieces/Avalam -```./start.sh``` (edit 'php -S ...' line if necessary)
-...
-```./stop.sh``` +```./start.sh``` (and later, ```./stop.sh```)