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
- Host: GitHub
- URL: https://github.com/zazuko/yasgui
- Owner: zazuko
- License: mit
- Created: 2023-05-01T09:54:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T06:29:46.000Z (over 1 year ago)
- Last Synced: 2025-08-09T00:44:34.539Z (11 months ago)
- Language: TypeScript
- Homepage: https://yasgui.triply.cc
- Size: 82.3 MB
- Stars: 14
- Watchers: 1
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.