mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 04:00:37 -06:00
Update outdated instructions in gui.asset
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user