From 72d5e35669a353c51809a00ad031065dd94161eb Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 6 Jul 2021 13:21:07 +0200 Subject: [PATCH] Update Development_deployment.md --- Docs/Development_deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/Development_deployment.md b/Docs/Development_deployment.md index 7762c7a9f..013bbd20d 100644 --- a/Docs/Development_deployment.md +++ b/Docs/Development_deployment.md @@ -25,7 +25,7 @@ 0. Make sure you have a recent version of nodejs - at least 12.0, preferably 15 0. Make a fork and clone the repository. 1. Install `npm`. Linux: `sudo apt install npm` (or your favourite package manager), Windows: install nodeJS: https://nodejs.org/en/download/ -2. Run `npm install` to install the package dependencies +2. Run `npm ci` to install the package dependencies 3. Run `npm run init` and generate some additional dependencies and generated files 4. Run `npm run start` to host a local testversion at http://localhost:1234/index.html 5. By default, a landing page with available themes is served. In order to load a single theme, use `layout=themename` or `userlayout=true#` as [Query parameter](URL_Parameters.md). Note that the shorter URLs (e.g. `bookcases.html`, `aed.html`, ...) _don't_ exist on the development version.