This project is the source for Provita's Biodiversity Portal which was created to provide easy access to Venezuela's biodiversity information on the GBIF platform as well as data generated by Provita's own projects.
The site is based on the Gridsome Vue.js framework.
- Node.js (version 12.18.0)
- Gridsome (version 0.7.23)
- Netlify CLI (version 2.61.2)
- Clone the repository
npm install
- Develop:
npx netlify dev
; runs a development server; to access the application, point your browser to:http://localhost:8888
- Build:
npx netlify build
; the result is in the"dist"
folder