Files
OpenSpace/data/assets/customization/gui.asset
Alexander Bock 163ac4dcef Cleanup of mostly asset files
- Fixes for all files
 - constexpr cleanup
 - Cosmetic changes
 - Remove punctuation from the end of messages
2022-07-28 17:21:59 +02:00

19 lines
561 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",
Version = "1.0",
Description = "This asset is used by developers working on the GUI",
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",
License = "MIT license"
}