Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 591 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 591 Bytes

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