For create the symlink of the models to node_modules
ln -s models/ ./softlab
For instrumentation
browserify init.js > ./bundled.js
browserify ./html-instrumenter/customelements.js --standalone softElements > ./html-instrumenter/bundledelements.js
browserify ./main.permissive.js --standalone ifcmod > ./html-instrumenter/bundledifc.js