Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

mmisw/vbrowser

Repository files navigation

vbrowser

A SPARQL-driven vocabulary browser

NOTE: preliminary

Setup

$ npm install 
$ bower install 

See configuration examples under config/.

Example of setting up a browser for a particular vocabulary:

$ gulp --config  ./config/ioos_param.js

Then open app/index.html in your browser. Using a local http server to serve this directory, for example, with http-server:

$ http-server
Starting up http-server, serving ./ on port: 8080
Hit CTRL-C to stop the server

open http://localhost:8080/app/

Generating archive for deployment

Example of generating a distribution for deployment:

$ gulp dist --config  ./config/ioos_param.js

Then copy and expand dist/vbrowser-ioos_param.zip on target location.

Some examples deployed:

About

A SPARQL-driven vocabulary browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published