globalbioticinteractions / globalbioticinteractions.github.io

source files for GloBI website
https://globalbioticinteractions.org
MIT License
8 stars 14 forks source link

globalbioticinteractions.github.io

Build Status

This project contains live examples of how to use species interaction data from GloBI (see http://github.com/globalbioticinteractions/globalbioticinteractions) in a webpage.

Live examples are available at http://www.globalbioticinteractions.org .

This website is (partly) built using npm, browserify and associated tools.

installing

npm install -g watcherify
npm install -g browserify
npm install -g uglify-js

building

npm install
npm run build

testing

npm test
npm run test-browser

developing

To continuously build the browserified (./static/globi-web-min.js) run:

npm run watch