Files
speckle-server/packages/viewer-sandbox/readme.md
T
2024-01-24 18:48:38 +02:00

20 lines
456 B
Markdown

# @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.