Update outdated instructions in gui.asset

This commit is contained in:
Emma Broman
2025-06-11 10:30:46 +02:00
parent 94edfdb471
commit 4bc2fdb83c

View File

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