Skip to content
Auke Bruinsma edited this page Dec 20, 2023 · 3 revisions

Introduction

The NIM script project is used to develop and debug a NIM script that can be executed when a button is clicked in a NIM app. When the button is clicked in an app, the script is executed in the context of the NIM service. In the NIM script project, the script is executed in the context of the Visual Studio Code project. Full auto-complete and debugging capabilities are available.

Next step: Installation