An open API service indexing awesome lists of open source software.

https://github.com/IIIF-Commons/iiif-tree-component

IIIF tree menu sortable by date with multi-select capability
https://github.com/IIIF-Commons/iiif-tree-component

Last synced: about 1 year ago
JSON representation

IIIF tree menu sortable by date with multi-select capability

Awesome Lists containing this project

README

          

# iiif-tree-component

## Getting started

npm i
npm run build
npm start

This will launch a demo on http://localhost:3000/examples that you can use for interactive testing.

## Making a release

First decide on a new version number (x.y.z) using [semantic versioning](https://semver.org/). Then run these commands, being sure to substitute the real version number for x.y.z below:

npm i
npm version x.y.z
npm publish