Skip to content

jiemakel/core

Repository files navigation

Linked Data Contextual Reader CORE

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 npm install
  2. run bower 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.