You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Open Visual Studio Code and selection option Open Folder. Select the NIM-Script-main folder to open the project.
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: