Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 480 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 480 Bytes

bio endemics

Which bio endemic birds have you seen?

Inspired by Zoziologie web apps :)

Installation

git clone [email protected]:g-normand/bio-endemics.git
cd bio-endemics
npm install

FOR DEV:
npm run dev

FOR PROD:
npm run build
scp -r dist/* [email protected]:/home/guiguide/www/bio_endemics/

To add regions:

Add region in regions.json

Add species in species_list.csv
npm run processSpecies