Source code for the ESA Multi-Mission Algorithm and Analysis Platform (MAAP) Enhanced Data Visualization (EDAV) client
The application is avaiable here: https://liferay.val.esa-maap.org/web/guest/explore
This project requires a Node version 16.13.1 or later for build
First install the project dependencies by running
npm install
Then build by running
npm run build
The output will be available in the 'dist' directory ready to be served by a web server (e.g. Apache or NGINX)
To run a local development server run the command
npm run start
The client will be available at http://locahost:8449
MIT (See LICENSE.md)