Beta.Speckle is an online parametric model viewer. It enables sharing with your clients/stakeholders/community flexible designs, not just static artefacts.
Hey, I got everything setup and going, but there were a few dependencies that were missing and caused errors when running the serve commands. These were nodemon (front & back) and browserify (front) — I assume they had been globally installed on your machine? If thats the case I've updated the manifests with npm install nodemon --save and the browserify equivalent.
FYI I also removed the .sass-cache files from the base directory, and updated the gitignore to ignore those cache folders everywhere on the project path.
Hey, I got everything setup and going, but there were a few dependencies that were missing and caused errors when running the serve commands. These were
nodemon
(front & back) andbrowserify
(front) — I assume they had been globally installed on your machine? If thats the case I've updated the manifests withnpm install nodemon --save
and the browserify equivalent.FYI I also removed the .sass-cache files from the base directory, and updated the gitignore to ignore those cache folders everywhere on the project path.