Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 548 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 548 Bytes

TaxonAroundMe

This app allows you to retrieve and display species found in a given area. Different sources of data may be used : GBIF,a GeoNature instance (more incoming). The main goal is to propose different modes : map, list of species, both, etc.

Use the widget

Go to https://pnx-si.github.io/widget-gtsi/#/config

Customize configuration

(Not for the moment)

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build