mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-24 21:39:02 -05:00
9 lines
314 B
Plaintext
9 lines
314 B
Plaintext
asset.export("webguiDevelopmentMode", true)
|
|
|
|
-- To make changes to the webgui:
|
|
|
|
-- 1) Set the above `webguiDevelopmentMode` to true
|
|
-- 2) Clone the repository: https://github.com/OpenSpace/OpenSpace-WebGuiFrontend
|
|
-- 3) Install nodejs (including npm)
|
|
-- 4) Within the repository, run `npm install` and `npm start`
|