This is a playground for SPARQL queries. It uses Oxigraph as a triple store and the editor is based on Monaco.
# Install required dependencies
npm install
# Start the development server
npm run devAnd then open your browser at http://localhost:3000/
To generate the static content, run the following command:
npm run buildAnd it would be available in the out directory.