From c5bb77534607230e0104eacba9eaa5d8daf6df10 Mon Sep 17 00:00:00 2001 From: Sebastian Ulrich <55513184+ReggaeUlli@users.noreply.github.com> Date: Mon, 21 Aug 2023 14:46:08 +0200 Subject: [PATCH] Update ReadMe.md --- ReadMe.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 8f42216..c6189f9 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -53,4 +53,9 @@ The commands in the build file are explained in the following and can also be ru # Notes for developers - After Making changes to the Client code, the project needs to be rebuild in order for the changes to arrive in the python server. Therefore after Changes you at least need to run `npm build` in the client folder and afterwards restart the python server. Therefore after changes you can simply run the batch file which will rebuild and start the server for you. -- As the build takes quite a bit of time, when simply developing the client code which does not need the functionality of the python server api, running `npm run dev` in the client folder. This runs a development server at "http://localhost:5173". This starts up much faster and allows for the browser integrated debuggers to work. Also every change in code is directly used in the browser after saving the file with ctrl+s (hotfic. +- As the build takes quite a bit of time, when simply developing the client code which does not need the functionality of the python server api, running `npm run dev` in the client folder. This runs a development server at "http://localhost:5173". This starts up much faster and allows for the browser integrated debuggers to work. Also every change in code is directly used in the browser after saving the file with ctrl+s (hotfix) + +# Troubleshooting while installing +If you run into problems trying to install/build the project you may look into the github acitons. As the automated tests run successfully, installing the same environment as them should definetly also work. So try to use the same Pyhton/nodejs version and install the dependencies the same way. + +