An open API service indexing awesome lists of open source software.

https://github.com/zazuko/yasgui

Yet Another Sparql GUI
https://github.com/zazuko/yasgui

Last synced: 10 months ago
JSON representation

Yet Another Sparql GUI

Awesome Lists containing this project

README

          

# YASGUI

Useful links:

- User documentation: https://triply.cc/docs/yasgui
- Developer documentation: https://triply.cc/docs/yasgui-api
- Documentation Github repository (feel free to add a PR for improvements): https://github.com/TriplyDB/Documentation

## Installation

Below are instructions on how to include Yasgui in your project.
If you only want to install Yasr or Yasqe, replace yasgui in the commands below.

### npm

```sh
npm i @zazuko/yasgui
```

### Yarn

```sh
yarn add @zazuko/yasgui
```

## Local development

#### Installing dependencies

Run `npm install`.

#### Running Yasgui locally

To develop locally, run `npm run dev`

#### Compiling Yasgui

Run `npm run build`. It'll store the transpiled js/css files in the `build` directory.

## License

This is a fork from Zazuko from software written by Triply.

This code is released under the MIT license.