A web application for monitoring wetlands in the four basins in the Southern Africa region: Cuvelai, Zambezi, Limpopo and Okavango.
# Wetland Monitoring and Assessment Service for Transboundary Basins in Southern Africa (WeMAST2.0)
## Description
A web application for monitoring wetlands in the four basins in the Southern Africa region: Cuvelai, Zambezi, Limpopo and Okavango.
## Table of Contents
- Installation
- Usage
- Configuration
- Deployment
- Acknowledgments
## Installation
### Prerequisites
- Node.js
- npm
### Clone the Repository
```sh
git clone
github.com
```
## Recommended IDE Setup
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
## Usage
```sh
cd wemast_version2
```
## Install Dependencies
```sh
npm install
```
### Run application
```sh
npm run dev
```
### Build for Production
```sh
npm run build
```
### Lint with ESLint
```sh
npm run lint
```
## Configuration
### Create an .env file in the root directory with the following variables:
- VITE_BASE_URL=/
- VITE_DEFAULT_LOCALE=en
- VITE_FALLBACK_LOCALE=fr
- VITE_SUPPORTED_LOCALES=en,fr,pt
- VITE_MAPBOX_API_KEY=your_api_key
## Deployment
Deploy with Digital Ocean and Nginx. See Digital Ocean Documentation
digitalocean.com
## Acknowledgements
- Vue
- PrimeVue
- PrimeFlexCSS
- Leaflet
- Chart JS
- Digital Ocean
- Nginx