Awesome
iiif-tree-component
npm i
npm run build
npm start
<!-- ## Publishing
Checkout the `master` branch, and ensure it is up-to-date.
Run `npm version [major | minor | patch]` for example:
```
npm version patch
```
This will update the `package.json` version and create a git tag. Then push both the main/tag.
```
git push origin master v0.0.8
```
Then the GitHub action will pick up the tag and publish it to NPM -->