Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 432 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 432 Bytes

SPARQL Faceter DBpedia demo

SPARQL Faceter demo using DBpedia.

Try it here

Installation

bower install

Running locally

You will need to serve the files with a server, for example python's built-in HTTP server:

python3 -m http.server

Then navigate to http://localhost:8000.