Skip to content

exploration-space/exploreAT-rdf-explorer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RDF Explorer

This is the code repository of RDF-Explorer, a visualization tool of RDF-based lexicography ontologies which is part of the ExploreAT! project, a collaboration between the Austrian Center for Digital Humanities and VisUsal, the Visual Analytics and Information Visualization from University of Salamanca.

Setup

If you already have node and yarn installed in your machine, you can simply run the commands listed in the steps below. The page is built with webpack, for which there are two different environment-dependent configurations, development and production.

1. Install dependencies

$ yarn install

2. Development

In order to make any changes to the code you'll have to run the following command. It uses webpack-dev-server and enables hot reloading for easing up the work.

$ yarn dev

Build

When you are done developing you can generate production-ready static files with:

$ yarn run build

Compiled files will be put under the /dist folder. Copy these files to the www root folder on your server and you'll have deployed the page.

About

A visual RDF explorer of questionnaire data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 81.1%
  • CSS 16.3%
  • HTML 2.6%