This is a demonstrator for the Network of Terms.
Collection managers can use this demonstrator for looking up terms in the Network of Terms.
Software developers may be interested in the source code as an example implementation of a client for the Network of Terms GraphQL API.
This implementation is a TypeScript/Vue 3 browser client app.
Start by cloning the repository:
$ git clone https://github.com/netwerk-digitaal-erfgoed/network-of-terms-demo.git
$ cd network-of-terms-demo
To run the development version using docker:
$ docker compose run --service-ports --rm node
To run the development version using node:
$ npm install
$ npm run dev