## Requirements
- - Node.js + npm (any recent version)
- - SQLite (version 3)
+- Node.js + npm (any recent version)
+- SQLite (version 3)
## Installation
- 1. Execute db/\*.sql scripts to create and fill db/vchess.sqlite
+1. Execute db/\*.sql scripts to create and fill db/vchess.sqlite
```
cd server/db
sqlite> .exit
```
- 2. Rename and edit `config/parameters.js.dist` into `config/parameters.js`
+2. Rename and edit `config/parameters.js.dist` into `config/parameters.js`
- 3. Install npm modules
-
- ```
- npm install
- ```
+3. Install npm modules
- ## Running
+```
+npm install
+```
+
+## Running
```
npm start