Skip to content

Install NIM Script

Auke Bruinsma edited this page Dec 20, 2023 · 5 revisions

Install nimScript project

Download the nimScript project as zip-file from https://github.com/Tools4ever-NIM/NIM-Script. Extract the contents of the zip file to a root folder, e.g. c:\. When completed, the directory is ready for use:

image

Open Visual Studio Code and selection option Open Folder. Select the NIM-Script-main folder to open the project.

image

The project is now opened, but not yet initialized. To do so, open a new terminal window with Terminal, New Terminal. From the terminal window, enter the command

npm i

The command will take some time to complete. When ready, a node_modules directory is added to the project:

image

Next step: Configure config.json