mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 11:09:37 -06:00
18 lines
542 B
Lua
18 lines
542 B
Lua
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
|
|
-- 3) Install nodejs (including npm)
|
|
-- 4) Within the repository, run `npm install` and `npm start`
|
|
|
|
|
|
asset.meta = {
|
|
Name = "Customization - User Interface",
|
|
Description = "This asset is used by developers working on the GUI",
|
|
Author = "OpenSpace Team",
|
|
URL = "http://openspaceproject.com",
|
|
License = "MIT license"
|
|
}
|