Heya! Welcome to the speckle community. Here’s how i usually set things up for dev locally:
- from the server repo (
speckle server repo folder/packages/server
) i runyarn dev
- in a new terminal (
speckle server repo folder/packages/frontend
) i runyarn dev
This makes sure we’re running just the main two components, namely the server and the frontend. File imports won’t work, and neither will be previews be generated, but that’s usually okay if i’m not debugging those specifically! Let me know if this helps.