This is the repo we will be using for the interactive insights workshop. It is not required to have this project running to follow the workshop. But if you want to follow along, or just play around with the viewer/code, you can clone this repo and run it locally.
For the workshop, we will be building a simple app on top of the Speckle Viewer. You can find the documentation here.
This demo project is built with Vue 3/TypeScript/Tailwind, but no tool-specific knowledge is required to follow the workshop. The viewer itself is framework agnostic.
In order to run the project you need to have Node (22/LTS) installed.
You can use whichever IDE you prefer. Recommended is VSCode + Volar (disable Vetur).
npm install
npm run dev
npm run build