Commit | Line | Data |
---|---|---|
625022fd BA |
1 | # vchess-server |
2 | ||
68ff3913 | 3 | Instructions to run the server locally. |
625022fd | 4 | |
68ff3913 | 5 | ## Requirements |
625022fd | 6 | |
68ff3913 BA |
7 | - Node.js + npm (any recent version) |
8 | - SQLite (version 3) | |
625022fd | 9 | |
68ff3913 BA |
10 | ## Installation |
11 | ||
12 | 1. Execute db/\*.sql scripts to create and fill db/vchess.sqlite | |
13 | 2. Rename and edit config/parameters.js.dist into parameters.js | |
14 | 3. npm install | |
15 | ||
16 | Then run with the command | |
17 | ``` | |
18 | npm start | |
19 | ``` |