-
Notifications
You must be signed in to change notification settings - Fork 0
Install NIM Script
Auke Bruinsma edited this page Dec 20, 2023
·
5 revisions
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:
Next step: Configure config.json
Copyright (c) Tools4ever 2023