Files
speckle-server/packages/viewer-sandbox
Alexandru Popovici 5a17271afe Ignoring curves with no display values (#1398)
* Empty curves are now ignored and warned about instead of crashing the viewer

* Fixed typo
2023-02-21 11:26:34 +02:00
..
2022-08-05 14:57:21 +03:00
2022-05-10 11:51:12 +03: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