Skip to content

biodiv-platform/biodiv-mobile-lite

Repository files navigation

Biodiv Lite

Mobile Application for Biodiversity Informatics Platform

Getting Started

yarn install              # installing dependencies
npx cap add android       # add android platform
npx cap sync

yarn start                # starts local development server at port 3000

Avoiding CORS while development

npm i -g local-cors-proxy
lcp --proxyUrl https://api-server.dev