|
|
||
|---|---|---|
| .. | ||
| assets | ||
| data | ||
| docs | ||
| examples | ||
| scripts | ||
| src | ||
| styles | ||
| .gitignore | ||
| ATTRIBUTIONS.md | ||
| CNAME | ||
| LICENSE | ||
| README.md | ||
| index.html | ||
| package.json | ||
| rollup.config.js | ||
| tsconfig.json | ||
README.md
modelviewer.dev
This package contains the source and build process that produces the
<model-viewer> live documentation found at modelviewer.dev.
If you are looking for the <model-viewer> web component, please refer to the
<model-viewer> package and also the live docs and examples
on modelviewer.dev.
Development
To get started, follow the instructions in the main README.md file.
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 |