From f5f82ba68e1864065983e1acfd5ac2cb5cf4997c Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Thu, 19 Mar 2020 14:52:25 +0100 Subject: [PATCH] Remove extra spaces in server/README.md --- server/README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/server/README.md b/server/README.md index f88844c4..d896b014 100644 --- a/server/README.md +++ b/server/README.md @@ -4,12 +4,12 @@ Instructions to run the server locally. ## 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 @@ -19,15 +19,15 @@ sqlite> .read populate.sql 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 -- 2.44.0