- Run
npm install
to install dependencies - Run
npm run build
to transpile JavaScript - Run
npm start
with an input and output path relative to the app directory, for example
npm start input/nodes.json output/node-tree.json
- This application assumes all node IDs are unique
- There is no safeguard against circular node references