0a6e184024 | ||
---|---|---|
.. | ||
assets | ||
src | ||
.gitignore | ||
eslint.config.mjs | ||
favicon.svg | ||
index.html | ||
package.json | ||
readme.md | ||
sample-hdri.exr | ||
studio007.hdr | ||
studio010.hdr | ||
tsconfig.json | ||
vite.config.js |
readme.md
@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 dependenciesyarn build
in repo root to build all dependenciesyarn dev
to 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.