projects
/
xogo.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Start working on Dynamo
[xogo.git]
/
README.md
1
# xogo.casa
2
3
Simplified version of old vchess.club, to focus on the essential : the game.
4
5
## Requirements (dev)
6
7
PHP + Node.js + npm.
8
```npm i -g nodemon```
9
10
## Usage
11
12
Initialisation (done once):
13
14
```./initialize.sh```
15
16
You may want to edit the parameters.js file. Then:
17
18
```./start.sh``` (and later, ```./stop.sh```)