see http://jiemakel.github.io/aether/ , http://www.seco.tkk.fi/publications/2014/makela-aether-2014.pdf
Cite:
@inproceedings{makela-aether-2014,
author = {Eetu Mäkelä},
title = {Aether -- Generating and Viewing Extended VoID Statistical Descriptions of RDF Datasets},
year = {2014},
booktitle = {Proceedings of the ESWC 2014 demo track, Springer-Verlag},
}
- Make sure you have Node.js installed (for example using nvm).
- Make sure you have Bower installed (
npm install -g bower
) - Make sure you have Gulp installed (
npm install -g gulp
)
Run npm install
and bower install
.
To simply build the project, run gulp
. However, when actually working, you probably want to use gulp serve
, which spawns the app in a browser, and stays to watch for changes in the project files, automatically recompiling them and reloading them into the browser.
To build a distribution version of the project (with e.g. combined and minified js and css files), use gulp dist
. This will create the directory dist
, which you can then copy to your production server.