3 Instructions to run the server locally.
7 - Node.js + npm (any recent version)
12 1. Execute db/\*.sql scripts to create and fill db/vchess.sqlite
17 sqlite> .read create.sql
18 sqlite> .read populate.sql
22 2. Rename and edit `db/dbconnect.py.dist` into `db/dbconnect.py`.
23 Then synchronize the GameStat table:
29 2. Rename and edit `config/parameters.js.dist` into `config/parameters.js`
31 3. Install npm modules