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 = {