Handles NOIA Node settings file.
- Install dependencies
$ npm install
- Build project
$ npm run build
-
Debugging:
- Using VSCode, add breakpoints in code and press
F5
. - Otherwise run
$ npm run debug
to start./src/__tests__/debug.ts
file.
- Using VSCode, add breakpoints in code and press