Skip to content

mintproject/mint-ui-lit

Repository files navigation

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