nodel-dev
Installation
SKILL.md
Nodel Platform Development
For working on the Nodel source tree (github.com/museumsvictoria/nodel).
Three Gradle modules (settings.gradle):
| Module | What it is |
|---|---|
nodel-framework |
Core Java library: nodel points, channels, discovery, REST/reflection, vendored NanoHTTPD |
nodel-jyhost |
The host process: embeds Jython 2.5.4-rc1, runs nodes, serves the web UI and REST API |
nodel-webui-js |
The web UI: Grunt-built JS/LESS, packaged as a Java resource JAR |
Other top-level directories (nodel-framework-dotnet, nodel-windows, etc.) are
not part of the Gradle build.
Building
Requires JDK 11+ on PATH; always build through the wrapper (./gradlew —
currently Gradle 8.14.5, pinned in gradle/wrapper/gradle-wrapper.properties).