From cf64bea55fad045fa27f89903fbfd90f404101d2 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 5 Jul 2022 14:50:39 +0200 Subject: [PATCH] Update of windows instructions --- Docs/Development_deployment.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/Docs/Development_deployment.md b/Docs/Development_deployment.md index ab29c60d3..3f5abe7f4 100644 --- a/Docs/Development_deployment.md +++ b/Docs/Development_deployment.md @@ -46,18 +46,12 @@ Development using Windows For Windows you can use the devcontainer, or the WSL subsystem. -To use the devcontainer in Visual Studio Code: +Raw installation -0. Make sure you have installed - the [Remote - Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) - extension and it's dependencies. -1. Make a fork and clone the repository. -2. After cloning, Visual Studio Code will ask you if you want to use the devcontainer. -3. Then you can either clone it again in a volume (for better performance), or open the current folder in a container. -4. By now, you should be able to 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. +0. Clone the repo +1. Install `npm` and install `ts-node` globally with `npm install -g ts-node` +2. Execute `npm run init`. It will install and build some assets +3. Run `npm run start` to start the dev server To use the WSL in Visual Studio Code: