6fc2d206cf
* 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>
@speckle/viewer-sandbox
Sandbox for testing, debugging & developing the viewer package.
Setup
Requirements
- Node ^16
Setup Instructions
yarnin the repo root to configure project dependenciesyarn buildin repo root to build all dependenciesyarn devto run the sandbox, it's available atlocalhost:3033
Linting
Use yarn lint to run ESLint and you can also run yarn lint:tsc to lint with the TypeScript compiler.