Error while trying open frontend running on 3000

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 run yarn dev
  • in a new terminal (speckle server repo folder/packages/frontend) i run yarn 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.