Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

IMISE/glossar

Repository files navigation

Glossary

Table based RDF viewer to search and display several resources at once, in contrast to single-resource at a time browsers like LodView and Pubby. Configured by default for the research projects SNIK and HITO but the goal was to make it flexible enough to use other knowledge bases with a small configuration effort. Early prototype, development has stopped.

Develop

The web application and this readme are based on the Svelte framework SvelteKit template create-svelte.

Note that you will need to have Node.js installed.

Install the dependencies...

cd svelte-app
npm install

...then start Rollup:

npm run dev

Navigate to localhost:5000. You should see your app running. Edit a component file in src, save it, and reload the page to see your changes.

Build and run in production mode

To create an optimised version of the app:

npm run build

You can run the newly built app with npm run start. Or just open public/index.html.

Deploy

The master branch is automatically deployed in a GitHub Action to the gh-pages branch, which is served at https://imise.github.io/glossar/.