Understand the LobsterBoard file structure
mainLobsterBoard is organized into a Node.js server environment with a web-based dashboard builder. Key directories include:
server.cjs: The Node.js server entry point.app.html: The main dashboard builder interface.config.json: Stores your saved dashboard layouts.js/: Contains the core logic, includingbuilder.js(editor logic),widgets.js(widget definitions), andtemplates.js(template management).templates/: Holds the template gallery and individual template folders.pages/: A directory for auto-discovered custom pages.