From 4bc2fdb83ce4fb20d5b6c6669469d3a896714ee3 Mon Sep 17 00:00:00 2001 From: Emma Broman Date: Wed, 11 Jun 2025 10:30:46 +0200 Subject: [PATCH] Update outdated instructions in gui.asset --- data/assets/customization/gui.asset | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/assets/customization/gui.asset b/data/assets/customization/gui.asset index 7f49e78549..d981cc4a3c 100644 --- a/data/assets/customization/gui.asset +++ b/data/assets/customization/gui.asset @@ -3,9 +3,9 @@ asset.export("webguiDevelopmentMode", false) -- To make changes to the webgui: -- 1) Set the above `webguiDevelopmentMode` to true --- 2) Clone the repository: https://github.com/OpenSpace/OpenSpace-WebGuiFrontend +-- 2) Clone the repository: https://github.com/OpenSpace/OpenSpace-WebGui -- 3) Install nodejs (including npm) --- 4) Within the repository, run `npm install` and `npm start` +-- 4) Within the repository, run `npm install` and `npm run dev` asset.meta = {