2024-04-14 09:12:07 -07:00
|
|
|
# play.webxr.dev
|
|
|
|
|
2024-07-06 17:05:01 -07:00
|
|
|
Each subdirectory is a standalone project.
|
|
|
|
|
2024-04-14 11:08:56 -07:00
|
|
|
## Keeping the Template Updated
|
|
|
|
|
|
|
|
Periodically we should make sure that the template is up to date. To do this,
|
|
|
|
we can use the `npm-check-updates` package. To run it, run the following
|
|
|
|
command, it will show you what needs updating:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
npx npm-check-updates
|
|
|
|
```
|
|
|
|
|
|
|
|
then to apply the changes:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
npx npm-check-updates -u
|
|
|
|
```
|