magpiedin / globalbioticinteractions.github.io

source files for GloBI website

Home Page:https://globalbioticinteractions.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

source files for GloBI website

https://globalbioticinteractions.org

License:MIT License


Languages

Language:HTML 52.6%Language:JavaScript 42.0%Language:CSS 5.4%