Skip to content
Guides for App Devs

icon picker
Integrate with Netblen Kernel

Main Source Code File

Assume the main source code file is app.js , use the following template to integrate with Netblen Kernel
import "//netblen.com/boot";

(async function main(){
await load_sys();

// More source code here
// ...
})();
// EOF

Minimal Project

Go to GitLab at the following URL and fork the project:

Run the wizard Bash script in the new project for things to do
bash

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.