Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 748 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 748 Bytes

MAAP EDAV

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

Building

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

License

MIT (See LICENSE.md)