Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.04 KB

File metadata and controls

31 lines (22 loc) · 1.04 KB

About

Netlify Status

View running site at: https://amphibiandiseaseportalnewinterface.netlify.app

A lightweight interface for visualizing amphibian disease, drawing on data that has been validated and loaded into GEOME. This interface is written in angularJS v1.7 and bootstrap v3.x with the code library controlling aggregation and display functions running at trait-viz and document store queries handled by biscicol-server.

first time installation steps

npm install 

to run on a local server

npm start 

deployment

The following uses public/ as the output directory:

gulp clean
gulp   

Serving on the Web

  1. Just point Apache or Nginx to the public/ directory after running gulp
  2. Netlify: deploy build command, use gulp and point to directory public