Skip to content

Commit

Permalink
Add instructions for running the examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmedley authored and jsantell committed Nov 30, 2018
1 parent 6918b7c commit 3ae6e8b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,23 @@ The following npm scripts are available:
* `npm run dev` - Combination of `npm run watch` and `npm run serve` -- watches the `src/` directory, rebuilding when a file changes and opens a static server on port `8000`.
* `npm test` - Runs tests.

## Examples

This repo contains examples to demonstrate how <model-viewer> may be used. Before running them do the following:

```
cd path/to/coned/repo
npm install
npm run build
```

To run the examples:

```
npm run serve
```


## License

Apache License Version 2.0, Copyright © 2018 Google
Expand Down

0 comments on commit 3ae6e8b

Please sign in to comment.