Files
speckle-server/packages/viewer-sandbox
Alexandru Popovici 6fc2d206cf Snow Doesn't Stay (#3736)
* Feat: let it snow

* Feat: Let is snow

* Added santa

* Pipeline pls dont complain

* Dont toggle snow mode

* Add viewer sandbox as dependency

* reinstall

* Copied it manualy

* SnowPipeline now resets the snow batch material after rendering. aka, the snow no longer stays

---------

Co-authored-by: Mike Tasset <mike.tasset@gmail.com>
2024-12-20 17:18:47 +02:00
..
2024-12-20 15:13:24 +02:00
2024-12-20 17:18:47 +02:00
2023-04-21 13:12:15 +03:00
2024-01-24 18:48:38 +02: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.