88155e36babd2573062b1e8f9b600a693fb71f4d
Speckle - Interactive Insights workshop
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.
Requirements
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.
Node
In order to run the project you need to have Node (22/LTS) installed.
IDE
You can use whichever IDE you prefer. Recommended is VSCode + Volar (disable Vetur).
Project Setup
Install the dependencies
npm install
Run the development server
npm run dev
Build for production
npm run build
Description
Languages
TypeScript
77.4%
Vue
18%
JavaScript
3%
HTML
1.4%
CSS
0.2%