A web application for monitoring wetlands in the four basins in the Southern Africa region: Cuvelai, Zambezi, Limpopo and Okavango.
- Node.js
- npm
git clone https://github.com/LocateIT/wemast_version2.git
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
cd wemast_version2
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint
- VITE_BASE_URL=/
- VITE_DEFAULT_LOCALE=en
- VITE_FALLBACK_LOCALE=fr
- VITE_SUPPORTED_LOCALES=en,fr,pt
- VITE_MAPBOX_API_KEY=your_api_key
Deploy with Digital Ocean and Nginx. See Digital Ocean Documentation https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-ubuntu-20-04