Skip to content

jiemakel/khepri

Repository files navigation

Khepri

Khepri, a modular, configurable data exploration (and in the future, editing) tool for Linked Data based on the view-based (faceted) design paradigm.

Building

Prequisites

  1. Make sure you have Node.js installed (for example using nvm).
  2. Make sure you have Bower installed (npm install -g bower)
  3. Make sure you have Gulp installed (npm install -g gulp)

Setting up the build environment

  1. run yarn or npm install

Building

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.

About

Khepri, a modular data exploration (and in the future, editing) tool for Linked Data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published