netwerk-digitaal-erfgoed / network-of-terms-demo

Client-side demonstrator for the Network of Terms
https://termennetwerk.netwerkdigitaalerfgoed.nl
European Union Public License 1.2
2 stars 1 forks source link
hacktoberfest

Network of Terms demonstrator

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.

Development

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