A lightweight interface for visualizing vertebrate traits, drawing on data that has been indexed using the fovt-data-pipeline. This interface is written in angularJS v1.7 and bootstrap v3.x and calls ElasticSearch at https://www.plantphenology.org/api/v1/query/ using the futres index.
The master branch of this repository is hosted on netlify and currently running at: https://futres-data-interface.netlify.app/
npm install
npm start
The following uses public/
as the output directory:
gulp clean
gulp
- Just point Apache or Nginx to the
public/
directory after running gulp - Netlify: deploy build command, use
gulp
and point to directorypublic