Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1005 Bytes

README.md

File metadata and controls

39 lines (22 loc) · 1005 Bytes

mint-ui-lit ui

MINT assists analysts to easily use sophisticated simulation models and data in order to explore the role of weather and climate in water on food availability in select regions of the world.

Installation

The portal is connected to an Hasura GraphQL database, an execution engine and the model-catalog. You can follow the following repository to install them: MINT installation package

To connect the ui with the other services, please copy the configuration sample file

$ cp config.js ./src/assets

Using Docker

Build the image

$ docker build -t mint_ui .

Without Docker

To create the production build use:

yarn build

You can start the development server with:

yarn start