Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 470 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 470 Bytes

SPARQL playground

This is a playground for SPARQL queries. It uses Oxigraph as a triple store and the editor is based on Monaco.

Start it locally

# Install required dependencies
npm install

# Start the development server
npm run dev

And then open your browser at http://localhost:3000/

Generate static content

To generate the static content, run the following command:

npm run build

And it would be available in the out directory.