Skip to content

A Web UI aiding the creation, editing and viewing of SPARQL queries

License

Notifications You must be signed in to change notification settings

CodeGat/liberal-sydney-sparql-ui

Repository files navigation

Overview

This is a Web GUI that aids in the representation and formulation of SPARQL queries for users outside the Linked Data Domain!

Running and Deployment

You can go here to view the LMB SPARQL GUI in production!

Alternatively, you can clone the repo and run the following to run the app locally in development mode.

In the project directory, run:

npm install

npm run start

It can also be run in local production-like server (if you really want) by running the following:

npm install

npm run build

serve -s build