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.
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.
$ yarn install
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
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.