19 lines
800 B
Markdown
19 lines
800 B
Markdown
# modelviewer.dev
|
|
|
|
This package contains the source and build process that produces the
|
|
`<model-viewer>` live documentation found at [modelviewer.dev](https://modelviewer.dev).
|
|
|
|
If you are looking for the `<model-viewer>` web component, please refer to the
|
|
[`<model-viewer>` package](../model-viewer) and also the live docs and examples
|
|
on [modelviewer.dev](https://modelviewer.dev).
|
|
|
|
## Development
|
|
|
|
To get started, follow the instructions in [the main README.md file](../../README.md).
|
|
|
|
The following commands are available when developing modelviewer.dev:
|
|
|
|
Command | Description
|
|
------------------------------- | -----------
|
|
`npm run build` | Builds publishable modelviewer.dev website artifacts
|
|
`npm run clean` | Deletes all build artifacts |