Files
speckle-server/packages/viewer-sandbox
Alexandru Popovici f2e8fb9805 Section Capping Extension (#5209)
* feat(viewer-sandbox): Implemented section tool caps using the current viewer API meta

* chore(viewer-lib): Added missing exports
2025-08-13 18:08:17 +03:00
..
2024-12-20 15:13:24 +02:00
2025-08-13 18:08:17 +03:00
2025-03-28 11:35:15 +02:00

@speckle/viewer-sandbox

Sandbox for testing, debugging & developing the viewer package.

Setup

Requirements

  • Node ^16

Setup Instructions

  • yarn in the repo root to configure project dependencies
  • yarn build in repo root to build all dependencies
  • yarn dev to run the sandbox, it's available at localhost:3033

Linting

Use yarn lint to run ESLint and you can also run yarn lint:tsc to lint with the TypeScript compiler.