Commit | Line | Data |
---|---|---|
1 | # vchess-server | |
2 | ||
3 | ## Resources | |
4 | ||
5 | - Node.js, | |
6 | - Express, | |
7 | - Other npm packages (see package.json), | |
8 | ||
9 | ## Installation (for developers) | |
10 | ||
11 | 0. Install git-fat https://github.com/jedbrown/git-fat | |
12 | 1. git fat init && git fat pull | |
13 | 2. Execute db/\*.sql scripts to create and fill db/vchess.sqlite | |
14 | 3. Rename and edit config/parameters.js.dist into parameters.js | |
15 | 4. npm i && npm start |