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=1f81c9db8b2261ec6e31dce51dc868905db7875f;hpb=41534b92f0bcfc8ef5f58d8040706a5e7ce088c6;p=xogo.git diff --git a/README.md b/README.md index 1f81c9d..4636ac4 100644 --- a/README.md +++ b/README.md @@ -1,19 +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``` -```./start.sh```
-```php -S localhost:PORT``` (or other static server)
-...
-```./stop.sh``` +Generate some pieces:
+```python generateSVG.py``` in pieces/Avalam + +```./start.sh``` (and later, ```./stop.sh```)