This is a node-gtk application template. Use it as a base for your own project.
Developping a node-gtk application requires you to understand the Gtk documentation, be sure to read the following resources:
- https://github.com/romgrk/node-gtk/blob/master/doc/index.md
- https://developer.gnome.org/gtk4/stable/
- https://developer.gnome.org/gtk4/4.0/css.html
The application stylesheet is at ./src/style.css
. If NODE_ENV
is not production
,
it will auto-reload whenever you change it.
You can open the elements inspector (similar to browsers' devtools) with Ctrl-Shift-D.