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 dev
And then open your browser at http://localhost:3000/
To generate the static content, run the following command:
npm run build
And it would be available in the out
directory.