npm i
npm run watch
The sources referenced in the build.sh file will be built in the build forlder as STL files.
There is an example in the src folder.
With the vscode-stl-viewer VS Code extension, you can preview the STL file, with auto reload at save.
to simply build what's referenced in the build.sh file, you can use this command: npm run build
